fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d78f78f5e50412d06f363ca3fb11c7faf20b5f5d
[wolnelektury.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
dev.db
4
5
# Python garbage
6
*.pyc
7
.coverage
8
pip-log.txt
9
10
# Mac OS X garbage
11
.DS_Store
12
13
# Windows garbage
14
thumbs.db
15
16
# Eclipse
17
.project
18
.settings
19
.pydevproject
20
.tmp_*
21