diff --git a/.gitignore b/.gitignore index a6ebe9b..ba5abf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ .idea + +# Mac OS X .DS_Store +# Python __pycache__/ *.py[cod] - .ipynb_checkpoints + +# Jekyll +docs/_site/*