# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg

# Distribution / packaging
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# Type checker
*.pyi

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Docs
site/
