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
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,7 +1,3 @@
|
||||||
# ================================
|
|
||||||
# Python / FastAPI
|
|
||||||
# ================================
|
|
||||||
|
|
||||||
# Environnements virtuels
|
# Environnements virtuels
|
||||||
venv/
|
venv/
|
||||||
.env
|
.env
|
||||||
|
|
@ -35,4 +31,6 @@ htmlcov/
|
||||||
# Docker
|
# Docker
|
||||||
*~
|
*~
|
||||||
.build/
|
.build/
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
|
data/sage_dataven.db
|
||||||
Loading…
Reference in a new issue