diff --git a/.gitignore b/.gitignore index 22ebee5..738528c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ venv/ .venv/ __pycache__/ -*.pyc \ No newline at end of file +*.pyc +/dist/ \ No newline at end of file