# ====================
# Python cache files
# ====================
__pycache__/


# ====================
# Dataset and experiment results
# ====================
data/


logs/


# ====================
# Logs and checkpoints
# ====================
lightning_logs/


# ====================
# Model weights
# ====================
*.pt
*.pth
*.onnx

# ====================
# Jupyter notebooks
# ====================
.ipynb_checkpoints/
*.ipynb

# ====================
# Environment and system files
# ====================
.env
.venv/
*.egg-info/
*.egg
.DS_Store
Thumbs.db

# ====================
# Temporary files
# ====================
*.tmp
*.swp


# ====================
# Figures
# ====================
*.pdf
