# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# Training artifacts
checkpoints*/
weights/
*.safetensors
*.log
*.txt

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

# OS
.DS_Store
Thumbs.db
