# Local secrets and runtime data .env data/ # Virtual environments .venv/ venv/ # Python bytecode and build artifacts __pycache__/ *.pyc *.pyo *.egg-info/ build/ dist/ # Tooling caches .pytest_cache/