diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-07-04 14:23:36 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-07-04 14:23:36 +0800 |
commit | 0be69d4b5db18b1e0794fd3dc3297da0a16b1ccf (patch) | |
tree | 00c8f50f381d4531a3a45eeed0f9cdd1bf18f3b1 /.gitignore |
Minimal viable product
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..bb8c8fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build/ +dist/ +*.egg-info/ +.vscode/ +__pycache__/
\ No newline at end of file |