# --- 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