diff options
| author | doobry | 2019-03-01 17:35:47 +0100 |
|---|---|---|
| committer | doobry | 2019-03-01 17:35:47 +0100 |
| commit | adf5d65a03c35c4991e060a7066e8e6328232ff8 (patch) | |
| tree | 0c85c629cdc2ab612dcbc33ed04e6db94a15c260 | |
| parent | 3d21f613d2ad1612b21745766253034854311557 (diff) | |
Add `__pycache__` 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..bee8a64 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| __pycache__ | |||
