aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-03-24 09:54:25 -0400
committerPaul Ganssle <paul@ganssle.io>2018-03-24 09:54:25 -0400
commitce9f79aa661f2ea02898e1a2d7526e0500d2a0b6 (patch)
tree39d0684d70c811be33d6eac8b4e900382061fac7
parent7ac48bea9151ff8f1c6958e152ce809de51f7fde (diff)
downloaddateutil-ce9f79aa661f2ea02898e1a2d7526e0500d2a0b6.tar.gz
Update gitignore
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 638e9d5..11b4a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,16 @@
__pycache__/
*.py[cod]
+
+# Build detritus
build/
dist/
+.eggs
*.egg-info/
+
+# Test detritus
.tox/
+.pytest_cache/
# Autogenerated version information
dateutil/_version.py