markitdown
markitdown copied to clipboard
Update Python version requirement and add .cursorrules to .gitignore
Description: This PR makes two maintenance updates:
- Explicitly states the Python version requirement in README.md
- Adds
.cursorrulesto.gitignoreto exclude editor-specific files
Changes: • Updated README.md to specify Python version compatibility
• Added .cursorrules to .gitignore for better developer experience
Checklist: • [x] My code follows the project's style guidelines
• [x] I have reviewed my own changes
• [x] I have updated documentation (README.md)
• [x] My changes generate no new warnings
@microsoft-github-policy-service agree
I generally agree with this, but I don't want to necessarily call out conda.
We should just have a section that mentions the version, and shows how to create a venv in several ways (e.g., uv, conda, etc.)