Spaces:
Sleeping
Sleeping
Remove log files from repo
Browse files- .gitignore +1 -0
- uvicorn.err.log +0 -4
- uvicorn.out.log +0 -1
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
+
uvicorn*.log
|
uvicorn.err.log
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
INFO: Started server process [31352]
|
| 2 |
-
INFO: Waiting for application startup.
|
| 3 |
-
INFO: Application startup complete.
|
| 4 |
-
INFO: Uvicorn running on http://127.0.0.1:7860 (Press CTRL+C to quit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uvicorn.out.log
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
INFO: 127.0.0.1:61689 - "POST /api/generate-puzzle HTTP/1.1" 200 OK
|
|
|
|
|
|