# Rust build artifacts
target/
Cargo.lock

# Backup files
**/*.rs.bk

# macOS
.DS_Store

# Windows
Thumbs.db
*.exe
*.pdb

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Logs
*.log

# Coverage reports
*.profraw
coverage/

# Benchmark artifacts
criterion/

# Temporary files
*.tmp
*.temp

# Environment files
.env
.env.local

# Editor backups
*~

# Cursor IDE files
.cursor/

# Project planning documents
TODO.md
RELEASE_PROCESS.md

# Project documentation (tracked in git)
TODO.md
RELEASE_PROCESS.md