__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.pytest_cache/

# secret values never leave the machine
secrets.env

# dashboard build artifacts
web/node_modules/
gcontext/web_dist/
