stem/.gitignore
Damian Johnson fdcc616a96 Delete stem.egg-info after running tox
Added a gitignore for the autogenerated .tox directory, but stem.egg-info I'm
less tolerant of since it isn't a hidden directory. Iirc it's not terribly
important so cleaning it up after our run.
2015-02-01 14:36:16 -08:00

7 lines
42 B
Plaintext

*.pyc
*.swp
.tox
test/data/
docs/_build/