python-click/.gitignore
2022-11-30 09:52:01 +01:00

17 lines
157 B
Plaintext

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