diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-22 21:21:43 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-23 20:54:46 +0100 |
commit | d363099b6093e4f204dda43676eb16ab2aa4605d (patch) | |
tree | a68e8c8af2260278d13533895b3e40971d258a3f /.gitignore | |
parent | 232f1499bb9a2cc85a63abcc1c22776ef77781fb (diff) |
chore: add .gitignore and LICENSE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ecf61d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pyc +*.egg-info/ + +# created by `pip install . --config-settings editable_mode=compat` +build + +# created by `nix-build` +result |