Add requirements for repeatable install
[diaspy.git] / .gitignore
index dd5cdc121163ef6c197be9ff997eb611fd6af80c..fa92c8c104076d9a650ac7ce5598fb5aa703cb5a 100644 (file)
@@ -7,8 +7,13 @@ __pycache__/*
 
 check-*.py
 
+# Testing
 testconf.py
 TEST_COUNT
+sketch.py
+
+# Private stuff
+private.*
 
 *.py[cod]
 
@@ -45,3 +50,5 @@ nosetests.xml
 .mr.developer.cfg
 .project
 .pydevproject
+
+/venv