# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.AppImage
AppDir/

# Vice runtime
/tmp/vice/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
