python-click/.gitignore
2021-10-09 21:31:57 -04:00

16 lines
146 B
Plaintext

/.idea/
/.vscode/
/env/
/venv/
__pycache__/
*.pyc
*.egg-info/
/build/
/dist/
/.pytest_cache/
/.tox/
.coverage
.coverage.*
/htmlcov/
/docs/_build/