diff --git a/.gitignore b/.gitignore index 4ea05a1..5a707ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ venv/ -__pycache__/ \ No newline at end of file +__pycache__/ +build/ +dist/ \ No newline at end of file