1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-06-06 09:08:40 +02:00

.gitignore: Ignore egg cache from distutils

This commit is contained in:
2019-07-31 17:38:54 +03:00
parent 9100efdf50
commit cec1a34dfe

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
__pycache__ __pycache__
*.sqlite *.sqlite
*.egg-info