Exclude secrets and SQLite DBs

This commit is contained in:
Liam Steckler 2024-01-13 14:24:00 -08:00
parent 03284ad209
commit a3902c93e3

6
.gitignore vendored
View file

@ -160,4 +160,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
.vscode/ .vscode/
# Exclude items that may be used during development
*.secret
*.db