Blacksite/.gitignore
Rbanh 0798aa5d57 Build renderer and material component foundations
Add dedicated skinned rendering, pose restoration, shared Material and Material Instance slots, registry-driven components, Surface/Solari integration, transactional schema upgrades, navigation authoring, documentation, and evaluation evidence.
2026-07-12 00:24:06 -04:00

30 lines
375 B
Plaintext

# Rust build output
/target/
/dist/
# Local automation and assistant state
/.agents/
/.codex/
# Local environment files
.env
.env.*
!.env.example
# Editor/runtime generated session state
/assets/levels/.pie_session.scn.ron
/assets/.trash/
/.blacksite/backups/
# Backup, temporary, and log files
**/*.rs.bk
Cargo.lock.bak
*.bak
*.tmp
*.temp
*.log
*.swp
*.swo
*~
.DS_Store