removing ds store, adding gitignore

This commit is contained in:
Dmitry Pimenov 2025-03-11 11:06:49 -07:00
parent 230f0bfd60
commit c10def50ee
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/