summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2012-05-03 02:20:15 +0200
committerHernan Grecco <hernan.grecco@gmail.com>2012-05-03 02:20:15 +0200
commit08053b48b2323d23fe88951e1757fb2f9104af6c (patch)
tree43ccb83480fe1b680e8b92aa0e6aa014e8bd6b97 /.gitignore
downloadpint-08053b48b2323d23fe88951e1757fb2f9104af6c.tar.gz
Pint: Physical quantities in Python
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..7119048
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*~
+__pycache__
+*egg-info*
+_past*
+*.pyc
+.DS_Store
+docs/_build/
+docs/drivers
+.idea