Files
2026-05-21 17:54:38 +02:00

40 lines
380 B
Plaintext

# --- Secrets / Env ---
.env
.env.*
!.env.example
secrets/
*.key
*.pem
# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
# --- Django ---
*.sqlite3
staticfiles/
media/
# --- Backups & Data ---
backups/
postgres_data/
redis_data/
# --- IDE ---
.idea/
*.swp
*.swo
# --- OS ---
.DS_Store
Thumbs.db