# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
*.egg-info/
*.egg

# uv
.venv/
.python-version

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/

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

# Local dev artifacts
.omc/
.omx/
/tmp/
*.log

# Secrets (never commit)
.secrets/
*.pem
*.key

# Real-world corpus — may contain internal company content (Jira keys,
# attachments, drawio diagrams). Tests skip if absent. Place private
# samples here on your dev machine; never commit them.
/tests/corpus/*.cfx
/tests/corpus/*.json
/tests/corpus/private/
/tests/to_md/
