From acf8ddb4df2de28317e21b97e8d2aa6e9bcdaae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 8 Dec 2018 12:03:43 +0400 Subject: [PATCH] :see_no_evil: Update .gitignore for VS Code, PyCharm, Jupyter --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..4d91992cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.idea +.ipynb_checkpoints +.mypy_cache +.vscode +__pycache__ +.pytest_cache +htmlcov