summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore40
-rw-r--r--.hgignore1
2 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..74520d5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,40 @@
+# Files that can appear anywhere in the tree.
+*.pyc
+*.pyo
+*$py.class
+*.pyd
+*.so
+*.bak
+.coverage
+.coverage.*
+coverage.xml
+.metacov
+.metacov.*
+*.swp
+
+# Stuff generated by editors.
+.idea/
+.vimtags
+
+# Stuff in the root.
+build
+*.egg-info
+dist
+htmlcov
+MANIFEST
+setuptools-*.egg
+.tox*
+.noseids
+.cache
+.hypothesis
+
+# Stuff in the test directory.
+zipmods.zip
+
+# Stuff in the doc directory.
+_build
+_spell
+sample_html_beta
+
+# Stuff in the ci directory.
+*.token
diff --git a/.hgignore b/.hgignore
index 700b12f..ce114b1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -28,6 +28,7 @@ setuptools-*.egg
.tox*
.noseids
.cache
+.hypothesis
# Stuff in the test directory.
zipmods.zip