update .gitignore

This commit is contained in:
Robert Einsle 2017-01-06 18:55:30 +01:00
parent e1c94100fb
commit b3445879fd

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
.idea/ .idea/
*.sqlite3 *.sqlite3
*.py[cod]
.so
build/
.cache/
*/__pycache__/
*/*/__pycache__/