Set version in setup.py to current version.
[diaspy.git] / .gitignore
index e27f187cb39a88ba002525f0c8632c30c2171f8e..e96f4d8a66943ca7194e88e8c1901b8c5c3fce23 100644 (file)
@@ -1,4 +1,52 @@
 *~
 *.swp
 docs/build/*
-diaspy/__pycache__/*
+*/__pycache__/*
+__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