chore: update gitignore to remove comments and add database file
This commit is contained in:
parent
33fe6cd0fa
commit
62c453d7bd
1 changed files with 3 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,7 +1,3 @@
|
|||
# ================================
|
||||
# Python / FastAPI
|
||||
# ================================
|
||||
|
||||
# Environnements virtuels
|
||||
venv/
|
||||
.env
|
||||
|
|
@ -36,3 +32,5 @@ htmlcov/
|
|||
*~
|
||||
.build/
|
||||
dist/
|
||||
|
||||
data/sage_dataven.db
|
||||
Loading…
Reference in a new issue