molecule-ai-workspace-runtime/.gitignore
rabbitblood ea4a079409 chore: gitignore credentials for molecule-ai-workspace-runtime
Adds standard credential gitignore (.env / *.pem / .secrets/ / .auth_token).
Per-CEO directive 2026-04-16: every plugin and template repo should
gitignore credentials so self-hosters can't accidentally commit real
tokens to public repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 09:18:48 -07:00

28 lines
275 B
Plaintext

__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
*.pyc
# Credentials — added by chore/credentials-gitignore batch
.env
.env.local
.env.*.local
.env.*
!.env.example
!.env.sample
*.pem
*.key
*.crt
*.p12
*.pfx
.secrets/
.auth-token
.auth_token