Files
weirsoe-party-protocol/.gitignore
Asger Geel Weirsøe a81bc1250c
Some checks failed
CI / test-and-quality (push) Failing after 4m4s
Big visual overhaul docker compsoe file etc
2026-03-23 14:11:30 +01:00

34 lines
328 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual env
.venv/
venv/
# Django
*.log
db.sqlite3
staticfiles/
media/
artifacts/
# Env/secrets
.env
.env.*
!.env.test.example
!.env.staging.example
!.env.prod.example
!.env.dev.example
# Editors/OS
.vscode/
.idea/
.DS_Store