# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
build/
dist/
wheels/

# Virtual environments
.venv/
venv/

# uv / pip caches (project-local)
.uv-cache/
.pip-cache/

# Test / coverage artifacts
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty-cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Runtime data (SQLite db, blobs)
var/

# MkDocs build output
site/

# Local env file (template is .env.example)
.env
.env.local

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
