# Local environment and secrets .env .env.* !.env.example # Python __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ .mypy_cache/ .venv/ # Runtime data and downloaded media data/* !data/.gitkeep downloads/ # Coverage and build output .coverage htmlcov/ build/ dist/ *.egg-info/ # Editors and operating systems .idea/ .vscode/ .DS_Store Thumbs.db