Ignore less files. Make gitignore more specific

This commit is contained in:
Debanjum Singh Solanky 2021-09-30 04:35:22 -07:00
parent 516f28b082
commit e8b7f06709

4
.gitignore vendored
View file

@ -1,2 +1,4 @@
.*
__pycache__ __pycache__
.DS_Store
.emacs.desktop
tests/data/.*