removing ds store, adding gitignore

This commit is contained in:
Dmitry Pimenov 2025-03-11 11:06:49 -07:00
parent c87e75e0f8
commit 8124becc8d
2 changed files with 5 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.DS_Store
.env
__pycache__/
*.pyc
venv/