anandu467 commited on
Commit
a139da0
·
1 Parent(s): f3d3931

Remove log files from repo

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. uvicorn.err.log +0 -4
  3. 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