aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-11-30 12:06:30 +0100
committerMatěj Cepl <mcepl@cepl.eu>2018-11-30 12:06:30 +0100
commitdc8c9a24cac3725613ddd76eb4728f8f361bb48d (patch)
tree1a721522085ef59d8a9dec43df7ed66edd1ce682 /.gitignore
parent0c6d0acdf3b93eee221a3093ce22c0c76b0b2127 (diff)
downloadepubgrep-dc8c9a24cac3725613ddd76eb4728f8f361bb48d.tar.gz
Add minimal setup.py and test0.2.0
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..61807b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.egg-info
+*.pyc
+*.pyo
+build/
+dist/
+__pycache__/
+MANIFEST
+.tox/
+.coverage