Spaces:
Sleeping
Sleeping
Laurenc Kaefer commited on
Commit ·
39ee3b9
1
Parent(s): f7d46ea
ADD: env for authentication, included in .gitignore
Browse files- .env.template +1 -0
- .gitignore +3 -0
.env.template
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
API_KEY=""
|
.gitignore
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ignore python generated files
|
| 2 |
*.pyc
|
| 3 |
__pycache__/
|
|
|
|
| 1 |
+
# ignore environment files
|
| 2 |
+
.env
|
| 3 |
+
|
| 4 |
# ignore python generated files
|
| 5 |
*.pyc
|
| 6 |
__pycache__/
|