Deep Chavda
feat: initial release β€” PDF to Markdown MCP server
4ccde7a
raw
history blame contribute delete
282 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Secrets β€” never commit real credentials
.env
# Local dev output
output/
docs/
temp/
logs/
# Test files
test.py
tests/
# OS / editor noise
.DS_Store
.idea/
.vscode/