# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv

# generated
config/*
!config/_templates

**/*_pb2.py
**/*_pb2.pyi
**/outputs/*

# lockfiles
uv.lock

.basedpyright

.ipynb_checkpoints
