1
0
forked from VimPlug/jedi
Files
jedi-fork/.gitignore
Danilo Bargen 81e066097d Added pytest-cache to tox.ini
This allows you to only run the last failed tests using `py.test --lf`
or `tox -- --lf`.
2014-07-26 17:48:46 +02:00

15 lines
129 B
Plaintext

*~
*.swp
*.swo
*.pyc
.ropeproject
.tox
.coveralls.yml
.coverage
/build/
/docs/_build/
/dist/
jedi.egg-info/
record.json
/.cache/