diff options
Diffstat (limited to 'tests/deckard/.gitignore')
-rw-r--r-- | tests/deckard/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/deckard/.gitignore b/tests/deckard/.gitignore new file mode 100644 index 0000000..f8109bf --- /dev/null +++ b/tests/deckard/.gitignore @@ -0,0 +1,20 @@ +*.swp +/env.sh + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ +.mypy_cache/ |