diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:41:50 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-01-03 21:44:01 +0300 |
commit | d05ab59b47a25432672cfe5b7ba53f3cb1a6d6cb (patch) | |
tree | 71f2f306d640a65bd92545a61b955071663976c8 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..685b2cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +__pycache__/ + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/
\ No newline at end of file |