diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-09 17:02:50 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-09 17:02:50 +0200 |
commit | b847b96ca6eda633f48a0a80a17d1c1632c87f29 (patch) | |
tree | b681e97c05b892f7909cbd060e5189f0b64297ca /.gitignore | |
parent | 6733d524b9ca3b120d728870907c81da429f8a34 (diff) |
added gitignore for python cache
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__/ |