diff --git a/.gitignore b/.gitignore index a077ef1..b25fb3c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,12 @@ *.db *.venv *.vscode -*.DS_Store \ No newline at end of file +*.DS_Store +bin/** +lib/** +include/** +share/** +lib64/** +__pycache__/** +.pytest_cache/** +