python-click/.gitignore

16 lines
146 B
Plaintext
Raw Normal View History

2021-10-10 03:31:57 +02:00
/.idea/
/.vscode/
/env/
/venv/
__pycache__/
*.pyc
*.egg-info/
/build/
/dist/
/.pytest_cache/
/.tox/
.coverage
.coverage.*
/htmlcov/
/docs/_build/