Diff of /.gitignore [000000] .. [f93c25]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,47 @@
+# MAC
+*Icon*
+.DS_Store
+
+
+
+# Pycharm
+.idea
+
+# HTML
+# *.html
+
+# Models outputs
+*.hdf5
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.pyc
+*.egg-info/
+.installed.cfg
+*.egg
+
+*.ipynb_checkpoints
+
+*_cache/
+*_files/
+*_site/
+
+*.tar.gz
+
+# pypi
+push_pypi.sh
+
+# virtual environments
+.venv
\ No newline at end of file