.env/
*.pyc
env
pygoat/db.sqlite3
venv
*.sqlite3
*db.sqlite3*
app.log
bin
*.env

#  LOG files
*.log

# vscode
.vscode/

