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

# uv / virtualenv
.venv/

# Generated output
client.json
qr_*/
*.png

# IDE
.vscode/
.idea/