/__pycache__
/.vscode

# Project specific stuff
passwords.json

venv/

# Pyinstaller stuff
/build
/dist
*.spec

*egg-info/