diff options
author | Michal Zimniewicz <michzimny@gmail.com> | 2016-10-09 11:27:06 +0200 |
---|---|---|
committer | Michal Zimniewicz <michzimny@gmail.com> | 2016-10-09 11:27:06 +0200 |
commit | 0a27bbf9ce1f5b1a52bc62ff4d9e5c2f960b030c (patch) | |
tree | df4a562b9e2452bc288264156c1e47bf6fcedeb3 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b20b868 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.* +!.gitignore +*.pyc +__pycache__ +/venv* |