diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-10-16 20:54:46 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-10-16 20:54:46 +0200 |
commit | 3bb38fcbbc9703ba22429441604d66f577fc6010 (patch) | |
tree | ec90232fb8b6502d1efc6a6c6a748f15bb3fcc0e /.gitignore | |
download | journal-lib-3bb38fcbbc9703ba22429441604d66f577fc6010.tar.gz journal-lib-3bb38fcbbc9703ba22429441604d66f577fc6010.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5eefa19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.egg-info/ +venv/ +parser.out |