diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-12-30 23:34:22 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-12-30 23:34:22 -0500 |
commit | c01d8dc26998d366b38c364a7e3c09888d2dce67 (patch) | |
tree | b63d356d888e85d3ff584257eaca88ba7349cf3f | |
parent | 8e028ee3db9651dfe4e38ccd596e68e47b012808 (diff) | |
download | htc_utils-c01d8dc26998d366b38c364a7e3c09888d2dce67.tar.gz |
Add .gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ +build +dist +__pycache__ .*project - +*.egg-info |