diff --git a/.gitignore b/.gitignore index 42541cc..bdcafb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .venv token.yaml -ollama-api.yaml \ No newline at end of file +ollama-api.yaml +__pycache__/* +bin/__pycache__/* \ No newline at end of file