diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | test/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1 @@ /build/ - -*.pyc diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..e6af855 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,2 @@ +.pytest_cache/ +__pycache__/ |