aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 228a223..269c735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
*.rope*
MANIFEST
docs/_build
+dist/
+*egg-info
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f2b3997
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+init:
+ pip install -r requirements/dev.txt