Spaces:
Sleeping
Sleeping
ishworrsubedii
commited on
Commit
·
403a26d
1
Parent(s):
87bccc0
add: gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Byte-compiled / optimized / DLL files
|
2 |
+
__pycache__/
|
3 |
+
*.py[cod]
|
4 |
+
*$py.class
|
5 |
+
.idea/
|
6 |
+
|
7 |
+
*.log
|