# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.coverage

# Notebooks
.ipynb_checkpoints/

# IDE / OS
.vscode/
.idea/
.DS_Store

# Models / data (keep large binaries out of git)
*.pt
*.pth
*.ckpt

# Example notebook outputs (GIFs, snapshots, saved figures)
examples/outputs/
