# fastgrpc build output — ephemeral, regenerated on every run
.fastgrpc/

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

# Env
.env
.env.*

# IDE
.vscode/
.idea/
