# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# Hatch / pip
.hatch/
*.dist-info/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Benchmark artefacts
benchmark_results/
benchmarks/__pycache__/
audit_results/
audit_scripts/

# Output / cache
output/
.aksharamd_cache/
*.omnimark_cache/

# Scratch files
markitdown_*.md
doc_*.md

# OS
.DS_Store
Thumbs.db
desktop.ini

# IDE
.vscode/
.idea/
*.swp
*.swo

# Local MCP config — contains machine-specific paths and should not be committed
mcp_config.json

# Claude Code internals
.claude/
tmp_*.txt
