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

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

# OS
.DS_Store

# Jupyter
*.ipynb_checkpoints
