diff --git a/.gitignore b/.gitignore index d9dab01..6a15bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .venv/ .data __pycache__/ -*.code-workspace \ No newline at end of file +*.code-workspace +.vscode/ +.idea/ \ No newline at end of file