diff --git a/.gitignore b/.gitignore index 25636a8..0d1505b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ *.pyc -__pycache__/ \ No newline at end of file +__pycache__/ +build/ \ No newline at end of file