mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +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 |