Spaces:
Sleeping
Sleeping
Commit ·
44a2a72
1
Parent(s): fba088f
Added gitignore.txt
Browse files- .gitignore.txt +3 -0
.gitignore.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.log
|
| 3 |
+
.temp/
|