__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
.env
.coverage
htmlcov/
.idea/
.vscode/
*.swp

# Local-only secrets (DO NOT COMMIT)
secrets.toml
secrets.local.*

# Local-only fixture capture script (DO NOT COMMIT)
scripts/*
fixture_capture_token.json
