diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-22 11:47:54 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-23 23:36:40 +0100 |
commit | e451a31ed7a0d5fa268a2065906c6fb803e6ae26 (patch) | |
tree | 8dde16820972653c6b67e08b4e2319c43aa18db1 /.gitignore |
initial commitv0.0.1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64a852a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.pyc +*.egg-info/ + +# created by `pip install . --config-settings editable_mode=compat` +build/ + +# created by `python3 -m build` +dist/ + +# created by `nix-build` +result |