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

# Virtual environments / uv
.venv/

# Test & coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Stash databases created while developing
*.db
*.db-wal
*.db-shm
AGENTS.md
CLAUDE.md

# Local tooling config
.claude/
