mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
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/
|
|
|
|
# Compass
|
|
.sass-cache
|