aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-28 23:40:23 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-28 23:40:27 +0200
commit6aed628c22db5b40df591ce41ff38f5b1c19c270 (patch)
tree5e28a031ebaf0d92fe204aa3fee9b37c91339e19 /test
parenttest: better logging (diff)
downloadcimple-6aed628c22db5b40df591ce41ff38f5b1c19c270.tar.gz
cimple-6aed628c22db5b40df591ce41ff38f5b1c19c270.zip
add .pytest_cache to .gitignore
It's added by Pytest automatically, but I like doing it explicitly better.
Diffstat (limited to 'test')
-rw-r--r--test/.gitignore2
1 files changed, 2 insertions, 0 deletions
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__/