summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-02-23 19:51:05 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-02-23 19:51:05 +0100
commitb7ad460982117dc1f9ba101d00d4c2af1bb8c639 (patch)
treedc051f93ec98af4509d87f13e7c68422b2cc5a84
parent5037a3cc61ef65e1846805de3b4f6055e59d3b45 (diff)
downloadcrossqa-b7ad460982117dc1f9ba101d00d4c2af1bb8c639.tar.gz
add a basic .gitignore
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0c4323f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.mypy_cache
+__pycache__