1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-07-27 06:53:43 +02:00

.gitignore: Ignore egg cache from distutils

This commit is contained in:
Alan Orth 2019-07-31 17:38:54 +03:00
parent 9100efdf50
commit cec1a34dfe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

1
.gitignore vendored
View File

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