aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-04-11 12:38:52 +0300
committerFrederick Muriuki Muriithi2022-04-11 12:38:52 +0300
commita126edd7a9f2a72bf744a34c57aa9cb23568ba29 (patch)
treeebfd5e30fa9f850454f81e3ee839c67cf46013fd /.gitignore
parent7ea15269cb85c32e55ebcc6381de77810d898927 (diff)
downloadgn-uploader-a126edd7a9f2a72bf744a34c57aa9cb23568ba29.tar.gz
Set up initial, failing tests for cell values
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 565bfbc..4f577c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-/**/*~ \ No newline at end of file
+/**/*~
+/**/*.pyc
+/.hypothesis \ No newline at end of file