Update .gitignore
This commit is contained in:
parent
a4107d0976
commit
8d72466629
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.env
|
||||
data.db
|
||||
__pycache__
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
internal_notes.txt
|
@ -6,4 +6,4 @@ from routes import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
init_db()
|
||||
server = uvicorn.run(app=app, host="0.0.0.0", port=5252)
|
||||
server = uvicorn.run(app=app, host="0.0.0.0", port=5252)
|
||||
|
Loading…
x
Reference in New Issue
Block a user