diff options
| author | troido <troido@protonmail.com> | 2020-03-06 11:29:25 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-06 11:29:25 +0100 |
| commit | 7e19b2e4f7edb745517c356c901f5e5a171178c4 (patch) | |
| tree | 6596af6fd2cca1902fa3d2056810b1032dced4f1 | |
| parent | dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f (diff) | |
add .gitignore
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8929813 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +**/__pycache__/ +*.sw[a-p] +*.log +*.pyc +*.egg-info/ +**/dist/ +/.idea +**.backup |
