Add .gitignore for secrets protection
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.env
|
||||
.env.*
|
||||
*.key
|
||||
*.pem
|
||||
*.secret
|
||||
*credentials*
|
||||
.skills-sync.json
|
||||
__pycache__/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user