Update .gitignore

This commit is contained in:
Chase Dumphord
2026-04-28 11:12:57 -05:00
committed by GitHub
parent fb55066126
commit fe83544548
+24
View File
@@ -1 +1,25 @@
# Secrets
.env
*.env
secrets/
credentials/
tokens/
*.key
*.pem
# Python
__pycache__/
*.pyc
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Local configs
local/
private/