__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
*.db
*.sqlite
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Claude Code project config
CLAUDE.md
CLAUDE-*.md

# Claude Code project config
CLAUDE.md
.claude/

# Build artifacts
dist/

# Test/dev
.pytest_cache/
.venv/
