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

# IDE settings
.idea/
