Files
doc2man/.gitignore
7000pctAUTO 3c80dcc602
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
Initial upload: Doc2Man CLI tool with parsers, generators, and tests
2026-01-31 00:54:16 +00:00

32 lines
233 B
Plaintext

# 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