Add screenshot to README.md lint MD for file. Add .db and VS Code files to .gitignore

This commit is contained in:
Steve Dogiakos
2025-04-02 08:02:47 -06:00
parent 79bbb02388
commit 241c563c6d
3 changed files with 40 additions and 9 deletions

12
.gitignore vendored
View File

@@ -172,3 +172,15 @@ cython_debug/
# PyPI configuration file
.pypirc
# database
*.db
*.sqlite
*.sqlite3
*.sqlite-journal
*.sqlite3-journal
*.db-journal
# VS Code
.vscode/