.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
coverage.xml
metrics.json
dist/
*.egg-info/
.env

# local credentials, never committed
anthropic_api_key.txt
*.key
