fnp
/
emels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[emels.git]
/
.gitignore
1
localsettings.py
2
exercises.json
3
dev.sqlite
4
*.db
5
*.db-journal
6
*~
7
*.orig
8
*.log
9
10
# Compress output
11
/static
12
13
# Python garbage
14
*.pyc
15
.coverage
16
pip-log.txt
17
nosetests.xml
18
/build
19
/dist
20
*.egg-info
21
22
# Mac OS X garbage
23
.DS_Store
24
25
# Windows garbage
26
thumbs.db
27
28
# Eclipse
29
.project
30
.settings
31
.pydevproject
32
.tmp_*
33
34
# PyCharm
35
.idea
36
37
# Tags file
38
TAGS
39
40
media
41
search_index
42
.sass-cache
43