# Python-generated files
__pycache__/
*.py[oc]
*.pyo

# Distribution / packaging
build/
dist/
wheels/
*.egg-info/
*.egg
MANIFEST
.eggs/

# Virtual environments
.venv
venv/
env/

# uv
.python-version

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# MkDocs
site/

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

# OS
.DS_Store
Thumbs.db

# Runtime / local state
*.db
*.sqlite
*.sqlite3
