Files
cmdparse/.gitignore

12 lines
96 B
Plaintext

*.pyc
__pycache__/
.env
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/