diff options
author | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-02-28 12:56:31 +0000 |
---|---|---|
committer | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-02-28 12:58:51 +0000 |
commit | fccac2034e56f107df209ac76dbb35ecb8e4b285 (patch) | |
tree | 73d7bed4e45915fa6b0214a87bbd077ae8a7a2a7 /.gitignore | |
download | 8hash-fccac2034e56f107df209ac76dbb35ecb8e4b285.tar 8hash-fccac2034e56f107df209ac76dbb35ecb8e4b285.tar.gz 8hash-fccac2034e56f107df209ac76dbb35ecb8e4b285.zip |
Initial commit
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..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ |