Initial deploy setup
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 14:00:00 +02:00
commit b8091e59bd
285 changed files with 27854 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.venv/
# Django
*.sqlite3
media/
staticfiles/
local/
# Secrets
.env
.env.*
!.env.example
secrets/
# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
# Runtime
logs/
backups/
celerybeat-schedule