# Rust build artifacts
/target/
**/*.rs.bk

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment and config files
.env
.env.local
*.local

# Logs
*.log
logs/

# Backup files created by anvil
backups/

# Test artifacts
test-output/
*.tmp

# Coverage reports
coverage/
*.profraw
*.profdata

# Release artifacts
dist/
*.exe
!.gitkeep

# Private workloads (use search paths for local workloads)
workloads/

# Temporary files
tmp/

# mdBook build output
docs/book/

# Cargo lock should be committed for applications
# but uncomment if this is a library
# Cargo.lock
