# Rust build artifacts
/target
*.pdb

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

# Coverage reports
lcov.info
coverage/
*.profraw

# Logs and temporary files
*.log
*.tmp
*.temp

# Environment variables
.env
.env.local

# Generated documentation
/doc

# Project management and development notes
CLAUDE.md

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Miscellaneous
*_files/
*.html
