Files
parso/.gitignore
2020-02-14 14:28:07 +01:00

15 lines
143 B
Plaintext

*~
*.sw?
*.pyc
.tox
.coveralls.yml
.coverage
/build/
/docs/_build/
/dist/
parso.egg-info/
/.cache/
/.pytest_cache
test/fuzz-redo.pickle
/venv/