# Shell script temporary files
*.swp
*.swo
*~

# Backup files
*.bak
*.backup

# Log files
*.log

# Temporary execution files
*.tmp

# Pycharm
.idea
