__pycache__/
*.pyc
*.pyo
*.pyd
*.spec

build/
dist/
*.build/
*.dist/

.venv/
venv/

config.json

*.exe
*.msi

.idea/
.vscode/