mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
f79314ea2b
* Livereload server. * Auto compile scss files. * Heroku python buildpack needs to be specified explicitly to avoid auto detections of the app as a `Node` app due to presence of `Package.json`.
33 lines
235 B
Plaintext
33 lines
235 B
Plaintext
# Basics
|
|
*.py[cod]
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Logs
|
|
*.log
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Pycharm
|
|
.idea
|
|
|
|
# Vim
|
|
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# npm
|
|
node_modules/
|
|
|
|
# Campass
|
|
.sass-cache
|