diff --git a/.gitignore b/.gitignore index a4199e2..3ec2706 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/.idea/ +**/.idea/ /Tests/ /Exes/shakalizator/Original/ /KotoWebPlayer/ @@ -6,4 +6,5 @@ *.data* *.log *.mbtree -*.mp4 \ No newline at end of file +*.mp4 +**/__pycache__/ \ No newline at end of file