Spaces:
Runtime error
Runtime error
remove binary file
Browse files- .gitignore +2 -2
.gitignore
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Added
|
2 |
tmp/
|
3 |
-
|
4 |
# Byte-compiled / optimized / DLL files
|
5 |
__pycache__/
|
6 |
*.py[cod]
|
@@ -166,4 +166,4 @@ cython_debug/
|
|
166 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
167 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
168 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
169 |
-
#.idea/
|
|
|
1 |
# Added
|
2 |
tmp/
|
3 |
+
*.mp4
|
4 |
# Byte-compiled / optimized / DLL files
|
5 |
__pycache__/
|
6 |
*.py[cod]
|
|
|
166 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
167 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
168 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
169 |
+
#.idea/
|