Skip to content
Snippets Groups Projects
Commit 5a360271 authored by Agustin Dorda's avatar Agustin Dorda
Browse files

Update .gitignore

parent 0aa250fe
No related branches found
No related tags found
No related merge requests found
...@@ -160,4 +160,8 @@ db.sqlite3 ...@@ -160,4 +160,8 @@ db.sqlite3
.idea .idea
TsaApi/*.pyc TsaApi/*.pyc
*.pyc *.pyc
venv* venv*
\ No newline at end of file
# pycache
app/__pycache__/*
TsaApi/__pycache__/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment