Update .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
__pycache__/
|
2 |
*.pyc
|
3 |
-
.env
|
|
|
|
1 |
__pycache__/
|
2 |
*.pyc
|
3 |
+
.env
|
4 |
+
backend/.env
|