# Top-level runtime data and backups data/ archives/ # Local env files .env .env.* !.env.example app/.env app/.env.* !app/.env.example # Python caches and local tooling **/__pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ .venv/ venv/ *.log .DS_Store