chore: update gitignore to remove comments and add database file

This commit is contained in:
Fanilo-Nantenaina 2025-12-20 10:12:58 +03:00
parent 33fe6cd0fa
commit 62c453d7bd

8
.gitignore vendored
View file

@ -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