diff --git a/.gitignore b/.gitignore index 2d93498..091aae9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -docs/site -dist -build -*__pycache__* -htmlcov .coverage -/venv37/ .idea/ +.vscode/ +.mypy_cache/ +dist/ +docs/site +build/ +htmlcov/ neo_mamba.egg-info/ -tests/**/*.json +*__pycache__* +venv/ \ No newline at end of file