diff options
| author | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
| commit | f361fcb8f47d04592e2605e4b0820635b4296cf5 (patch) | |
| tree | e22c7bccaba1786afc3bd46b13fe1911e42c08c5 /.gitignore | |
| parent | 880a4ee4390d2ec4f3ef3633cfa965186208ad81 (diff) | |
Inital setup files and future CLI entry point
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a295864 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +__pycache__ |
