# Rust / Cargo
/target/
Cargo.lock

# Editor and IDE
.vscode/
.idea/
*.iml
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*

# Build artifacts and packages
*.deb
*.rpm
*.tar.gz
*.zip

# Logs
*.log

# Personal scratch notes (the engine documentation lives on the wiki, not here)
*.local.md
/scratch/
