diff --git a/.gitignore b/.gitignore index 8f526c4..11add75 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,7 @@ dmypy.json .vscode/ # SQLite -*.sqlite \ No newline at end of file +*.sqlite + +# Idea +.idea/ \ No newline at end of file