# Secrets — never commit
.env
.env.*
*.key
secrets*

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.ipynb_checkpoints/

# Model / dataset caches
.cache/
hf_cache/
models/
*.safetensors
*.bin

# Build artifacts
slides/_vendor/
notebook/*.nbconvert.ipynb
.DS_Store
