# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Virtual envs
.venv/
venv/
env/

# Build / dist
build/
dist/
*.whl
*.tar.gz

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.mypy_cache/
.ruff_cache/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp

# mdmirror dogfooding outputs (never commit these)
*.claude.md
*_md/

# Keep test fixtures (override binary patterns above)
!tests/fixtures/sample.docx
