Files
jedi/.gitignore
2020-02-11 19:08:47 +01:00

17 lines
151 B
Plaintext

*~
*.sw?
*.pyc
.ropeproject
.tox
.coveralls.yml
.coverage
.idea
/build/
/docs/_build/
/dist/
jedi.egg-info/
record.json
/.cache/
/.pytest_cache
/venv/