We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5984b39 commit b4a8a6fCopy full SHA for b4a8a6f
1 file changed
.gitignore
@@ -1,4 +1,5 @@
1
# Because we never want compiled Python
2
+__pycache__/
3
*.pyc
4
5
# Ignore stuff produced by distutils
@@ -11,3 +12,6 @@ stats.prof
11
12
13
# From cover (esp. in combination with nose)
14
.coverage
15
+
16
+# Because tox's data is inherently local
17
+/.tox/
0 commit comments