mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
26 lines
190 B
Plaintext
26 lines
190 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
|