# Python
__pycache__/
*.pyc
.venv/

# Python Packaging
dist/
*.egg-info/
build/
out/

# Code editors
.vscode/
.devcontainer/
