# Build artifacts
static/
ui/node_modules/
ui/dist/

# Env secrets
.env
.env.local

# Python
__pycache__/
*.pyc
.venv/
