diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:07 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:07 +0000 |
| commit | 2cd24395f7ae23ae96955f2d497ab5e4ccd75de0 (patch) | |
| tree | 05f4c386afb8499ccc23ef2121afb89724109c0a /.gitignore | |
| parent | 6b1b61f98813a58286e099d92767e01c2d40bc18 (diff) | |
Remove __pycache__
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eeb8a6e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/__pycache__ |
