diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-01-17 22:16:13 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-01-17 22:16:13 +0100 |
commit | d83c869a4c3a3da705b80ab00ce9519e81836269 (patch) | |
tree | 8291158d974572cd3d9cbf0b0e2f86edf897cbaf /.gitignore |
initial commit (config parsing)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ |