Elvis S. commited on
Commit ·
ca9b3c8
1
Parent(s): f2f2537
refactor: .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -2,4 +2,5 @@ venv
|
|
| 2 |
.idea
|
| 3 |
.DS_Store
|
| 4 |
flagged
|
| 5 |
-
.env
|
|
|
|
|
|
| 2 |
.idea
|
| 3 |
.DS_Store
|
| 4 |
flagged
|
| 5 |
+
.env
|
| 6 |
+
__pycache__/
|