projects
/
cookiecutter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Extend .gitignore
[cookiecutter.git]
/
project_template
/
.gitignore
1
/.cache/
2
/.tox/
3
/SQLObject.egg-info/
4
/build/
5
/data/
6
/dist/
7
/MANIFEST
8
*.py[co]
9
*.tmp
10
*~