diff options
author | Wolfgang Müller | 2025-02-18 13:21:20 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-18 13:21:20 +0100 |
commit | e6c6285479ca6ae22901e3e909898cda2fe8fbb5 (patch) | |
tree | 438827b4a331e5c19b3f54825de1a78a4f94f01e /.gitignore | |
download | beancount-oriole-e6c6285479ca6ae22901e3e909898cda2fe8fbb5.tar.gz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4176048 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.egg-info/ +/build/ +/dist/ |