# Python
__pycache__/
*.py[cod]

# Temporary files
*.tmp
tmp/
temp/

# Logs
*.log

# IDEs
.DS_Store
.vscode/
.idea/

# Environment
.env
