diff options
author | Muhammad Kaisar Arkhan <yukiisbored@disroot.org> | 2017-12-30 04:51:40 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2017-12-30 10:20:05 +0100 |
commit | 04d69b610f8955145dba328f74e5d7b756a49d16 (patch) | |
tree | 0bf0c99f8507ad22fb006d8701ec329c6d3afc86 /.gitignore | |
parent | Use pytest to run tests (diff) | |
download | glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar.gz glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar.bz2 glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar.lz glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar.xz glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.tar.zst glucometerutils-04d69b610f8955145dba328f74e5d7b756a49d16.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ /dist/ __pycache__/ .cache +build +*.egg-info/ |