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

# Build / dist
build/
dist/

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.ipynb_checkpoints/

# OS cruft
.DS_Store
Thumbs.db
