diff --git a/.gitignore b/.gitignore index 8fa6b00..a791bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# site/data/*.json -!site/data/*.sample.json +site/data/*.json config .vscode -*.pyc \ No newline at end of file +*.pyc +__pycache__ \ No newline at end of file