aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLionel <lionel.miquel46@gmail.com>2018-12-16 14:52:12 +0100
committerLionel <lionel.miquel46@gmail.com>2018-12-16 14:52:12 +0100
commit469adba31f7ec1b5e2fa167db2b8fe9718d972fa (patch)
tree9079c0294a7cfdb11233eccc20bd6f94c30f875a /.gitignore
parent26a854d455976caf2edbd124fc2bfe066ce61403 (diff)
downloadaneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.tar.gz
aneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.zip
Added files for pip packages. Also added a test file that doesn't work (sadly) for the moment.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d20b64..e0d25df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,8 @@
+# Compiled python modules.
*.pyc
+
+# Setuptools distribution folder.
+/dist/
+
+# Python egg metadata, regenerated from source files by setuptools.
+/*.egg-info