python-click/.gitignore

16 lines
135 B
Plaintext
Raw Normal View History

2018-09-06 20:55:10 +02:00
.DS_Store
*.pyc
*.pyo
*.egg-ignore
*.egg-info
.pytest_cache
dist
build
docs/_build
click.egg-info
venv/
.tox
.cache
.ropeproject
.idea