# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Build output
.dist/
.run/

# Git worktrees checked out inside the repo
.wk-*/

# MkDocs
site/

# Editors
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
