Blacksite/.gitignore
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

27 lines
331 B
Plaintext

# Rust build output
/target/
# 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
# Backup, temporary, and log files
**/*.rs.bk
Cargo.lock.bak
*.bak
*.tmp
*.temp
*.log
*.swp
*.swo
*~
.DS_Store