2022-10-28 22:16:23 +02:00
|
|
|
### 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
|
2022-10-30 09:30:54 +01:00
|
|
|
|
|
|
|
.hypothesis
|
2022-11-02 12:57:03 +01:00
|
|
|
.idea/sonarlint/
|
2022-11-14 18:50:02 +01:00
|
|
|
character.json
|
2023-02-28 11:25:08 +01:00
|
|
|
.direnv/
|