1
0
mirror of synced 2024-06-01 11:58:04 +02:00

Improve our .gitignore

This commit is contained in:
jvoisin 2018-07-30 23:00:33 +02:00
parent b5a9520a60
commit 36c5bad140

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
*.pyc *.pyc
.coverage
.eggs .eggs
.mypy_cache/
build build
dist dist
mat2.egg-info mat2.egg-info
tags