diff --git a/.gitignore b/.gitignore index 98cd03c..88feb4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ venv/* -helloworld/__pycache__/* testdata/* .vscode/* *.egg-info/* +*__pycache__* +build/* +dist/* \ No newline at end of file