Set version in setup.py to current version.
[diaspy.git] / .gitignore
index 269358f337ca594544890ba98678535e4c6145c3..e96f4d8a66943ca7194e88e8c1901b8c5c3fce23 100644 (file)
@@ -5,3 +5,48 @@ docs/build/*
 __pycache__/*
 .env
 
+check-*.py
+
+# Testing
+testconf.py
+TEST_COUNT
+sketch.py
+
+# Private stuff
+private.*
+
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject