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

# Tooling caches
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenv
.venv/
venv/
ENV/
env/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/

# Docs build output
site/

# Local artifacts, caches, runs
data/
outputs/
runs/
artifacts/
cache/
docs/
log/
