We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72f991 commit db8283dCopy full SHA for db8283d
.gitignore
@@ -1 +1,10 @@
1
**/__pycache__/
2
+
3
+# Ignore environment variables file
4
+.env
5
6
+# Ignore service account key file
7
+services/**/serviceAccountKey.json
8
9
+# Ignore node modules
10
+**/node_modules/
0 commit comments