diff --git a/.gitignore b/.gitignore index f09a1f5..b103db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ .vscode/ +.cache +.idea +.coverage +.pytest_cache +.DS_Store +coverage.xml + +__pycache__ +tests/__pycache__ + build responder.egg-info/ dist/