Skip to content
Snippets Groups Projects
.gitignore 148 B
Newer Older
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed
.DS_Store
.idea
*.log
tmp/

*.py[cod]
*.egg
build
htmlcov
**/auto/
### Django ###
*.log
*.pot
*.pyc
__pycache__/
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
settings_local.py
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed

env/
db.sqlite3