Feat: add sqlite.db in gitignore

This commit is contained in:
Bertrand Benjamin 2022-12-30 06:50:48 +01:00
parent 07595f1fd8
commit 0ebc24ff29
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -122,3 +122,6 @@ dmypy.json
# Pyre type checker
.pyre/
# temporary database
sqlite.db