From cb49e4567a18de6851286ff672e54f9a91865fe9 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 30 Oct 2022 10:44:59 +0100 Subject: ignored files --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e45b114 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ + +# python runtime files +__pycache__ +*.pyc +*.pyo + +# development files +*.pth +.coverage +.pypirc +.mypy_cache +bsie.egg-info +htmlcov +tags +dev/ + +# dist builds +MANIFEST +dist/ +build/ + +# doc builds +doc/build/ + +## EOF ## -- cgit v1.2.3