Spaces:
Runtime error
Runtime error
Added ignoring of output from inference.py that defaults to cwd
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -159,4 +159,7 @@ cython_debug/
|
|
| 159 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 160 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 161 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 162 |
-
.idea/
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 160 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 161 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 162 |
+
.idea/
|
| 163 |
+
|
| 164 |
+
# From inference.py
|
| 165 |
+
video_output_*.mp4
|