Initial upload: Doc2Man CLI tool with parsers, generators, and tests
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 00:54:16 +00:00
parent 9c7774d05e
commit 3c80dcc602

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
*.py[cod]
*$py.class
*.so
.Python
__pycache__/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
# Environment
.env
.venv
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*
# OS
.DS_Store
Thumbs.db