diff --git a/.gitignore b/.gitignore index a81c8ee1..68fdf24e 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,12 @@ dmypy.json # Cython debug symbols cython_debug/ + +# vscode +.vscode + +# pytest +.pytest_cache + +# pycharm +.idea \ No newline at end of file