diff options
author | tanyaionova <isaqtm@gmail.com> | 2019-11-16 21:35:30 +0300 |
---|---|---|
committer | tanyaionova <isaqtm@gmail.com> | 2019-11-16 21:35:30 +0300 |
commit | 7360c0ae23653ff0fddec16f91f5eaed88529dfb (patch) | |
tree | d7b497075673a37c73a49caef381efc763d31b2c /.gitignore | |
download | alg2-7360c0ae23653ff0fddec16f91f5eaed88529dfb.tar.gz |
First bunch
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..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |