# Python
__pycache__/
*.pyc
*.pyo
*.so
.pytest_cache/
*.egg-info/

# Virtual environments
.venv/
venv/

# Large data files
*.hdf5
*.h5
*.pkl
*.npy
*.npz

# Model checkpoints (exclude large files, keep config JSON)
checkpoints/**/*.pth
checkpoints/**/*.pt
checkpoints/**/*.safetensors

# Logs
*.log
logs/
wandb/
swanlab-logs/

# IDE
.vscode/
.idea/
*.swp
*~

# Git
.git/

# OS
.DS_Store
Thumbs.db

# Database
*.db
