# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
site/
docs_site/
dist/
build/
*.egg-info/

# IDE/editor
.idea/
.vscode/

# OS files
.DS_Store
Thumbs.db
