diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-28 20:52:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-28 20:52:28 +0300 |
commit | 7c52a66736297be10f004f35a408713fda41a555 (patch) | |
tree | 677937dfa5ccf4d4f5c7686ed3be1962ee36a2c8 /.gitignore | |
parent | bin.utils.output -> bin.utils.io (diff) | |
download | vk-scripts-7c52a66736297be10f004f35a408713fda41a555.tar.gz vk-scripts-7c52a66736297be10f004f35a408713fda41a555.zip |
ignore logs, CSV/JSON files, etc.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ __pycache__/ + +/*.csv +/*.json +/*.log +/*.png |