# 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
/assets/.trash/

# Backup, temporary, and log files
**/*.rs.bk
Cargo.lock.bak
*.bak
*.tmp
*.temp
*.log
*.swp
*.swo
*~
.DS_Store
