diff options
author | Helmut Grohne <helmut@subdivi.de> | 2019-02-23 19:51:05 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2019-02-23 19:51:05 +0100 |
commit | b7ad460982117dc1f9ba101d00d4c2af1bb8c639 (patch) | |
tree | dc051f93ec98af4509d87f13e7c68422b2cc5a84 | |
parent | 5037a3cc61ef65e1846805de3b4f6055e59d3b45 (diff) | |
download | crossqa-b7ad460982117dc1f9ba101d00d4c2af1bb8c639.tar.gz |
add a basic .gitignore
-rw-r--r-- | .gitignore | 2 |
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__ |