diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-10-12 20:29:55 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-10-12 20:29:55 +0700 |
commit | 613732b7c6e579b2e70101015da3835cabff285b (patch) | |
tree | 081256bbf60b181c2914a5db86e8216142aa3b74 /.gitignore | |
download | brutalmaze-613732b7c6e579b2e70101015da3835cabff285b.tar.gz |
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..b537ddb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +brutalmaze.egg-info +build +dist +__pycache__ +*.pyc |