Merge pull request #1 from Molecule-AI/chore/credentials-gitignore

chore: gitignore credentials
This commit is contained in:
Hongming Wang 2026-04-16 09:23:24 -07:00 committed by GitHub
commit ed4c996d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Credentials — never commit. Use .env.example as the template.
.env
.env.local
.env.*.local
.env.*
!.env.example
!.env.sample
# Private keys + certs
*.pem
*.key
*.crt
*.p12
*.pfx
# Secret directories
.secrets/
# Workspace auth tokens
.auth-token
.auth_token