# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual envs
.venv

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Data + model artifacts
data/
*.pt
*.pth
*.npz
*.h5

# Reference repos (cloned, not authored here)
references/paper_boltzmann_generators/

# OS
.DS_Store
