diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-03-13 21:45:49 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-03-13 21:45:49 +0100 |
| commit | 63e70e3e4d023ab0ebd07599e6f84c57d6dfa00f (patch) | |
| tree | 70fac583aa2f0e57b426c46e1d4b0c264f421249 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fd833a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +config.json + +# python files +venv/ +__pycache__/ |