Added *.pyc and .cache/ to .gitignore

This commit is contained in:
Salvatore Ingala
2019-10-08 14:35:30 +07:00
parent db635ef688
commit 1b229cb441

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@ bitcoin.conf*
apps/cli/*.json
appointments/
test.py
*.pyc
.cache