# Python bytecode and cache directories
__pycache__/
**/__pycache__/
*.py[cod]

# Image outputs and samples
*.png

# IDE settings
.idea/
