# Data (too large for git — see README for download instructions)
data/

# Generated outputs
evaluation_plots/
plots/
GAN_outputs*/

# GravitySpy model weights (large binary — download separately)
models/

# PyTorch weights (not part of published release)
weights/pytorch/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
src/cdvgan/_version.py
src/glitchgan/_version.py

# Jupyter
.ipynb_checkpoints/

# Environment
.env
*.log

# macOS
.DS_Store

# Classification output CSVs
notebooks/*.csv

# Sphinx docs build + auto-copied notebooks (canonical copies live in notebooks/)
docs/_build/
docs/notebooks/
