Ignore .cache/

This commit is contained in:
Morgan Courbet 2017-07-08 10:21:14 +02:00
parent 3dbeeeefe5
commit d0016c5be3
No known key found for this signature in database
GPG key ID: 467299D324A21B24

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*.iml *.iml
*.py[co] *.py[co]
.*.sw[a-z] .*.sw[a-z]
.cache/
.coverage .coverage
.idea .idea
.project .project