diff options
author | BoYanZh <32470225+BoYanZh@users.noreply.github.com> | 2020-10-02 02:10:00 +0800 |
---|---|---|
committer | BoYanZh <32470225+BoYanZh@users.noreply.github.com> | 2020-10-02 02:10:00 +0800 |
commit | 126a4e5114be8a2f31d3325f001bc4cc68b42fcf (patch) | |
tree | 212b096af29458fe6e68094e618d9e2ddc8307d3 /.gitignore | |
parent | 20bd235dc4816c48eaedf0ef005da3143c12b12d (diff) |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12ef888 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__ +.vscode/ +hwrepos/ +projrepos/ +indv/ +*.log +hgroups.json +scores.json +settings.py |