diff --git a/.gitignore b/.gitignore index 32c2c7e..df35a08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Ignore CSV files in the data directory and all its subdirectories data/**/*.csv .venv/ -*.pyc \ No newline at end of file +*.pyc +*.egg-info/ \ No newline at end of file