# Environments
.env
.venv/
venv/

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

# Registry data: databases, mirrored artifact blobs, local state.
# Mirrored bytes are cache, never source. Nothing here is ever committed.
data/
*.db
*.db-shm
*.db-wal

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# IDEs and OS
.idea/
.vscode/
.claude/launch.json
.claude/worktrees/
.DS_Store
._*
*.swp

# Scratch
scratch/
tmp/
