# Byte-compiled
__pycache__/
*.py[cod]

# Virtual environment
.venv/
venv/

# Build artifacts
dist/
*.egg-info/
build/

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo

# Project state (local, per-user)
state.json

# uv
uv.lock
