# Generated output
output/

# Large binary / data files
*.hdf5
*.mp4

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# macOS
.DS_Store

# Environment / secrets
.env
*.env

# Jupyter
.ipynb_checkpoints/
