Spaces:
Runtime error
Runtime error
update .gitignore
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -1,2 +1,5 @@
|
|
| 1 |
.idea/*
|
| 2 |
-
*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.idea/*
|
| 2 |
+
*.egg-info
|
| 3 |
+
|
| 4 |
+
*.env
|
| 5 |
+
!.example.env
|