# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# Virtual envs
.venv/
venv/
env/

# Generated gRPC stubs (reproduce with `python scripts/gen_proto.py` from the vendored proto)
src/throttlekit/_generated/
