Skip to content

Commit

Permalink
filled out gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOdero committed Dec 7, 2023
1 parent 37037e6 commit 34aac8a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
astra.db
# databases
*.db

# pycache
__pycache__

# mypy
.mypy_cache

# pytest
.pytest_cache

# pyinstaller
*.spec
dist/
build/

0 comments on commit 34aac8a

Please sign in to comment.