# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Claude assistant files (NEVER commit these!)
CLAUDE.md
pdocs/

# Environment
.env
.env.local

# Build artifacts
*.so
*.dylib
*.dll
*.exe

# Documentation build
/target/doc/
