diff --git a/.remarkignore b/.remarkignore new file mode 100644 index 0000000..56d4ad9 --- /dev/null +++ b/.remarkignore @@ -0,0 +1,16 @@ +# To save time scanning +.idea/ +.vscode/ +.tox/ +.git/ +*.egg-info/ +build/ +dist/ +downloads/ +env/ + +# actual items to ignore +.pytest_cache/ +node_modules/ +docs/_build/ +docs/build/