# Generated by Cargo
/target
/.history

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

# Backup and temporary files
*.backup
*.bak
*.fixed
*.new
*.temp
*.tmp

# Script files (if needed in certain cases)
*.sh

# Log files
*.log
*.log.*

# SQLite database files
*.db
*.db-shm
*.db-wal

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
