removing ds store, adding gitignore
This commit is contained in:
parent
230f0bfd60
commit
c10def50ee
2 changed files with 5 additions and 0 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.DS_Store
|
||||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
Loading…
Reference in a new issue