diff --git a/.gitignore b/.gitignore index 81b7d66c..1fed993b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Because we never want compiled Python +__pycache__/ *.pyc # Ignore stuff produced by distutils @@ -11,3 +12,6 @@ stats.prof # From cover (esp. in combination with nose) .coverage + +# Because tox's data is inherently local +/.tox/