diff --git a/.gitignore b/.gitignore index 6ecfff6..6b8ce64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /.idea/ *.spec -/build/ \ No newline at end of file +/build/ +**/__pycache__/ +/venv/ \ No newline at end of file