# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.venv/
venv/
*.so

# Node / Mineflayer
node_modules/
package-lock.json

# Training checkpoints (large binary files)
training/checkpoints/
*.bin
*.safetensors
*.pt
*.gguf

# Eval results (regenerable)
eval/results/

# Secrets and credentials
GITEA_API.md
*.env
.env.*
credentials.json
*.key
*.pem

# OS / editor
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/

# Logs
*.log

# Session-specific (kept locally, not shared)
SESSION.md
