-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified Google Credentials using Env Variables in the vbridge...SSML…
….py file Added .env file to include the Google SDK Credentials Modified requirements.txt file Added .gitignore file with updates
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GOOGLE_APPLICATION_CREDENTIALS=/workspaces/VocalBridge/credentials/psychic-karma-434602-f2-fd6bcd4cd937.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# Virtual environment | ||
venv/ | ||
myenv/ | ||
.env/ | ||
.venv/ | ||
|
||
# Log files | ||
*.log | ||
|
||
# macOS specific files | ||
.DS_Store | ||
|
||
# Windows specific files | ||
Thumbs.db | ||
|
||
# Ignore IDE-specific folders | ||
.vscode/ | ||
.idea/ | ||
|
||
# Other system files | ||
*.swp | ||
|
||
# Python package files | ||
*.egg-info/ | ||
*.eggs/ | ||
|
||
# GitHub Codespaces or Docker development container | ||
.devcontainer/ | ||
|
||
# Ignore Google Cloud credentials or API keys (make sure these are excluded) | ||
*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters