# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
venv/

# Node
node_modules/
.next/
.vercel/
npm-debug.log*

# Secrets and local config, never commit these
.env
.env.local
adapterci.yaml
*.pem

# OS junk
.DS_Store
