Add .gitignore for secrets protection

This commit is contained in:
2026-03-02 09:30:22 +00:00
parent 4579f30d8d
commit 8cc66c699a
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store