diff options
author | 2024-07-27 19:38:49 +0200 | |
---|---|---|
committer | 2024-07-27 19:38:49 +0200 | |
commit | 0f005b79765c816735451b6b41ca08f75ee6b3e0 (patch) | |
tree | 8edd3f62939e7b485570e89cb51987b50860567c | |
parent | Reword description (diff) |
Add a 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..f19391e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.pyc +/dist |