# Python byte translated files
__pycache__/
*.py[cod]

# Python specific
venv/
env/
dist/
build/
eggs/
*.egg-info

# VisualStudio Code
.vscode/
*.code-workspace

# Other
_*
TODO