diff --git a/.gitignore b/.gitignore index 00d517b..f8da9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ __pycache__/ # Ignore files and directory of distribution dist/ -*.egg-info/ \ No newline at end of file +*.egg-info/ + +# Ignore build directory +build/ \ No newline at end of file