# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Secrets / local config — never commit an API key
.env
*.key
secrets.*

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Runtime output (reports are regenerated; only committed samples live under docs/ or fixtures/)
out/
out-*/
coverage-*.json
*.tmp
