chore: add .gitignore

This commit is contained in:
root
2026-08-08 13:06:20 -04:00
parent 812a74e199
commit df9fca8631
+44
View File
@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
*.egg
.venv/
venv/
# Node
node_modules/
.next/
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Secrets
.env
*.pem
*.key
credentials.json
# Docker
*.log
# Terraform
.terraform/
*.tfstate*
# Hermes
.hermes/cache/
.hermes/audio_cache/
# Project-specific
*.db-journal
*.db-wal