# 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__

# generated by hatch upon build (based on git tag)
/src/liq/_version.py

# documentation output
/public/

# Runtime folder for local testing
/run/
