chore: add .gitignore
This commit is contained in:
+44
@@ -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
|
||||
Reference in New Issue
Block a user