commit 37401a247f47ce6d82c19c12d17a6ac12dde135c parent e9d103558dbe2a549a962fb27b4c97a07fdfbb29 Author: Hunter Date: Wed, 1 Jul 2026 01:06:41 -0400 update .gitignore Diffstat:
| M | .gitignore | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -8,3 +8,9 @@ __pycache__/ *.pyc venv/ + +# Editor +.vscode/* + +# MacOS +.DS_Store +\ No newline at end of file