Add .gitignore with secret and system file patterns

This commit is contained in:
2026-02-27 13:04:38 +00:00
commit 163a723750
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store