mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
37 lines
445 B
Text
37 lines
445 B
Text
|
### Django ###
|
||
|
*.log
|
||
|
*.pot
|
||
|
*.pyc
|
||
|
__pycache__/
|
||
|
local_settings.py
|
||
|
db.sqlite3
|
||
|
media
|
||
|
public/*
|
||
|
|
||
|
### Celery ###
|
||
|
celerybeat.pid
|
||
|
celerybeat-schedule
|
||
|
|
||
|
### documentation ###
|
||
|
documentation/*
|
||
|
|
||
|
### Coverage ###
|
||
|
coverage.*
|
||
|
htmlcov/
|
||
|
.coverage
|
||
|
|
||
|
.python-version
|
||
|
|
||
|
dashboard_templates/rendered/
|
||
|
dashboard_templates/downloaded/
|
||
|
pytest_result
|
||
|
.DS_Store
|
||
|
|
||
|
# files open in Excel
|
||
|
~$*.xlsx
|
||
|
|
||
|
src/public/static/
|
||
|
import_files/
|
||
|
test_reports/
|
||
|
dashboard_templates/backup_*.zip
|