# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtualenv
.venv/

# Build artifacts
dist/
build/
*.egg-info/

# AppImage build dir
AppDir/
squashfs-root/
*.AppImage

# OS
.DS_Store

