diff --git a/.gitignore b/.gitignore index eec4835..14be917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .cache _site/ src/_includes/css/ -node_modules/ \ No newline at end of file +node_modules/ +__pycache__/ \ No newline at end of file