.venv/
.env
*.log

# Python build / packaging
build/
dist/
*.egg-info/
*.pyc
*.pyo

# Caches
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Coverage
.coverage
coverage.xml
htmlcov/
.benchmarks/

# Docs build output
site/
docs/_build/

# Generated artifacts (test outputs)
*.sqlite
*.xlsx

# Editor / agent metadata
.claude/
.DS_Store
