Add .gitignore for secrets protection

This commit is contained in:
2026-03-02 09:30:23 +00:00
parent 6fcc0cb3d2
commit 16a3c91919
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store