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

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

# Notebooks
.ipynb_checkpoints/

# Example outputs
examples/output/

# OS
.DS_Store
.venv.nosync/
