diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-30 21:39:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-30 21:39:13 +0300 |
commit | ce4b199fe472c23f37376fc2e30e946c93bd4952 (patch) | |
tree | ada8ee10ace169e86ab6477307ea0aa8de3d95e4 /.gitignore | |
parent | v1.1.1 (diff) | |
download | cgitize-ce4b199fe472c23f37376fc2e30e946c93bd4952.tar.gz cgitize-ce4b199fe472c23f37376fc2e30e946c93bd4952.zip |
add some unit tests
This is a first step towards integrating with GitHub/Bitbucket properly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ __pycache__/ *.pyc +/.venv/ /build/ /dist/ |