Remove .venv and ignore it
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -54,3 +54,4 @@ __pycache__/
|
|
| 54 |
.DS_Store
|
| 55 |
*.swp
|
| 56 |
|
|
|
|
|
|
| 54 |
.DS_Store
|
| 55 |
*.swp
|
| 56 |
|
| 57 |
+
.venv/
|