diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088084a --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file