# Generated by Cargo
/target/

# Generated by rustc for crates that use rustc-dep-info
/target/

# Custom preset files
presets/custom_*.json

# Backup files
**/*.rs.bk

# Cargo lock file
Cargo.lock

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

# Environment variables
.env

# Claude Code local settings (user-specific)
.claude/settings.local.json
data/custom_*

# Test builds and distribution folders
test/
dist/
*.tar.gz
*.zip
test_*.sh

# Design assets and work-in-progress files
design/
assets/
*.sketch
*.fig
*.psd
