python-click/.gitignore

17 lines
157 B
Plaintext
Raw Normal View History

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