diff --git a/.gitignore b/.gitignore index f5e13cd..9e5128e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ +build/ +dist/ +MANIFEST __pycache__/ -src/__pycache__/ -logs/ -*.json \ No newline at end of file +src/__pycache__/ \ No newline at end of file