MQL5-Google-Onedrive/.gitignore
Cursor Agent 972a68127f Add workspace encryption and gitignore for secrets
Co-authored-by: genxdbxfx3 <genxdbxfx3@gmail.com>
2025-12-26 11:50:12 +00:00

17 lines
207 B
Text

.env
.env.*
!.env.example
# Local secrets / key material
.secrets/
*.key
*.pem
# Encrypted / packaged workspace artifacts
workspace.tar.gz
workspace.tar.gz.enc
*.enc
# OS/editor noise
.DS_Store
Thumbs.db