diff options
| author | mryouse | 2022-06-18 03:59:55 +0000 |
|---|---|---|
| committer | mryouse | 2022-06-18 03:59:55 +0000 |
| commit | 202343704ea15c2fe76bb168c21516e3f57455a9 (patch) | |
| tree | 366ebd9d4712c488199042da37b86e4e5841ec33 /.gitignore | |
| parent | 015951495e4a0a22d89be059b46a90a296151802 (diff) | |
ignore pycache in subdirectories
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -__pycache__/* +**/__pycache__/* |
