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

.pytest-tmp/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

*.db
*.db-wal
*.db-shm

~/.claude-replay/

.env
*.pem
*.key

# Claude Code local (machine-specific) settings — never commit
.claude/settings.local.json

.venv/
venv/
env/
