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

# venv
.venv

# Environment variable config
.envrc*
!.envrc.template
