# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.egg

# Virtual environments / uv
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.benchmarks/

# Docs build output
site/
.zensical/

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