Files
mdpolish/.gitignore
T

37 lines
474 B
Plaintext

# Python and local tools
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.claude/scratch/
dist/
build/
*.egg-info/
reviewer/node_modules/
reviewer/coverage/
# Real documents and private datasets
data/
datasets/
uploads/
*.pdf
*.doc
*.docx
# Generated and experimental outputs
artifacts/
outputs/
experiments/
*.cleaned.md
report.json
# Local third-party research checkouts
/reference/
# Editor and operating-system files
.DS_Store
.idea/
.vscode/