diff --git a/.gitignore b/.gitignore index d2d6e01..43030cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.venv -Config/ -.vscode/ -**/__pycache__/ \ No newline at end of file +.venv/** +.vscode/** +**/__pycache__/** +Config/**