diff --git a/.gitignore b/.gitignore index 92279f2..fd633f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ **/data/ **/__pycache__/ -*.pyc \ No newline at end of file +*.pyc + +build/ +*.egg-info/ \ No newline at end of file