Add .gitignore for secrets protection

This commit is contained in:
2026-02-27 18:11:14 +00:00
parent 9d5399694a
commit 3a4cf82ded
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store