diff options
| author | mryouse | 2022-05-10 03:20:20 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-10 03:20:20 +0000 |
| commit | 7795c8931404e0c43d21986f05aa9fdb2aefa9f2 (patch) | |
| tree | ee1c6849a1bcf74c157b762a30bcdecab3477ef9 /.gitignore | |
| parent | 5770838213b7b1eec90642c47c94cf730d35726f (diff) | |
gitignore 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..96403d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/* |
