Add .gitignore for secrets protection

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