# macOS / editor state
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/
.env
.env.*

# Packaging and build output
build/
dist/
site/
*.egg-info/
*.egg

# Documentation build output
docs/build/

# Local extraction experiments and sample binaries
*.jsonl
*.pdf

# Keep intentional examples trackable if the project adds them later.
!examples/
!examples/**/*.jsonl
!examples/**/*.pdf
