diff options
author | Devaev Maxim <[email protected]> | 2018-06-27 18:25:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-06-27 18:25:59 +0300 |
commit | 4c145f363f33222b948df981d8c936844f2b17dc (patch) | |
tree | 7932ea4f2af537caed6b8cbc9750db05fe14e72b /kvmd/.gitignore |
initial commit
Diffstat (limited to 'kvmd/.gitignore')
-rw-r--r-- | kvmd/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kvmd/.gitignore b/kvmd/.gitignore new file mode 100644 index 00000000..1ed37632 --- /dev/null +++ b/kvmd/.gitignore @@ -0,0 +1,7 @@ +/build/ +/dist/ +/kvmd.egg-info/ +/.tox/ +/.mypy_cache/ +*.pyc +*.swp |