diff --git a/.gitignore b/.gitignore index 122bfe3..4cb02fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Python __pycache__ .venv +*.egg-info/ # IDE's .idea