From: Sebastián Ramírez Date: Sat, 8 Dec 2018 08:03:43 +0000 (+0400) Subject: :see_no_evil: Update .gitignore for VS Code, PyCharm, Jupyter X-Git-Tag: 0.1.11~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acf8ddb4df2de28317e21b97e8d2aa6e9bcdaae5;p=thirdparty%2Ffastapi%2Ffastapi.git :see_no_evil: Update .gitignore for VS Code, PyCharm, Jupyter --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..4d91992cbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.idea +.ipynb_checkpoints +.mypy_cache +.vscode +__pycache__ +.pytest_cache +htmlcov