Add .gitignore for secrets protection

This commit is contained in:
2026-03-02 09:30:19 +00:00
parent 329ba3c29c
commit a4e5887436
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store