Files

44 lines
349 B
Plaintext

# 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