# Ignore history files and directories
.history/
*.history
*_YYYYMMDDHHMMSS.*
*_timestamp.*

# Ignore backup files
*.bak
*.backup
*~

# Ignore temporary files
*.tmp
*.temp

