# Python
# ======
# virtual environment
.venv/
# Jetbrains files (could be spartially checked in, but I'm lazy)
.idea/
# Python build output
dist/
# Various caches from various tools
.cache/
.*_cache/
__pycache__

# Robot
output/

# documentation output
public/

# Runtime folder for local testing
run/

.vscode/
