We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc81b47 commit 0292cdbCopy full SHA for 0292cdb
apps/flask/.env.example
@@ -1,2 +1,5 @@
1
WEATHERAPI_API_KEY="YOUR_API_KEY"
2
-GEMINI_API_KEY="YOUR_API_KEY"
+GEMINI_API_KEY="YOUR_API_KEY"
3
+NOVU_API_KEY="YOUR_API_KEY"
4
+TWILIO_ACCOUNT="YOUR_API_KEY
5
+```
apps/flask/.gitignore
@@ -156,6 +156,7 @@ cython_debug/
156
firebase.json
157
trial.py
158
blah.py
159
+rand.dart
160
161
# PyCharm
162
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
0 commit comments