Andrei Nazarov commited on
Commit ·
434feb4
1
Parent(s): 170cd39
Remove .venv from git tracking and update .gitignore
Browse files- .gitignore +6 -1
.gitignore
CHANGED
|
@@ -25,7 +25,7 @@ wheels/
|
|
| 25 |
*.egg
|
| 26 |
|
| 27 |
# Virtual Environment
|
| 28 |
-
.venv
|
| 29 |
venv/
|
| 30 |
ENV/
|
| 31 |
|
|
@@ -37,4 +37,9 @@ ENV/
|
|
| 37 |
|
| 38 |
# OS
|
| 39 |
.DS_Store
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
Thumbs.db
|
|
|
|
| 25 |
*.egg
|
| 26 |
|
| 27 |
# Virtual Environment
|
| 28 |
+
.venv/
|
| 29 |
venv/
|
| 30 |
ENV/
|
| 31 |
|
|
|
|
| 37 |
|
| 38 |
# OS
|
| 39 |
.DS_Store
|
| 40 |
+
.DS_Store?
|
| 41 |
+
._*
|
| 42 |
+
.Spotlight-V100
|
| 43 |
+
.Trashes
|
| 44 |
+
ehthumbs.db
|
| 45 |
Thumbs.db
|