# Secrets — these should never be committed
.zshrc.local
.env
*.pem

# OS files
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
.venv/

# Node
node_modules/
