Spaces:
Running
on
Zero
Running
on
Zero
ignore update
Browse files- .gitignore +8 -0
.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
################################################################################
|
| 2 |
+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
| 3 |
+
################################################################################
|
| 4 |
+
|
| 5 |
+
/.vs
|
| 6 |
+
/src/__pycache__
|
| 7 |
+
/utils/__pycache__
|
| 8 |
+
/__pycache__
|