# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/

# Downloaded sqlc release archives (created by hatch_build.py)
.sqlc-cache/

# IDEs
.idea/
.vscode/
