diff options
| author | Botond Hende <nettingman@gmail.com> | 2024-07-06 00:37:30 +0200 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2024-07-15 23:34:41 +0200 |
| commit | 3d94849523db563ae1a835987c45d135a518d77c (patch) | |
| tree | 37fa6c12c44d6f4dc5c1a1d45ae9ce9d92458229 /.gitignore | |
| parent | d59cce6995025a8de220426187331c615ad3a4c7 (diff) | |
added pycache to gitignore
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..61f2dc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/__pycache__/ |
