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

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

# Type checking
.mypy_cache/

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

# DocNest generated archives & outputs
*.udf
*.udfx
*.udf.chat

# Generated HTML viewer output
test_docs/*.html
test_output/

# Temp/debug scripts (prefixed with _)
test_docs/_*.py

# Extracted directory outputs
test_docs/*_extracted/

# Generated library index (runtime artifact)
test_docs/library.json

# OS
.DS_Store
Thumbs.db

# Eval runtime artifacts (run results, cache, debug scripts — not shipped in sdist)
eval/results/
eval/cache/
eval/docs/
eval/debug_*.py
eval/quick_check.py
eval/test_*.py

# Serialised document caches
*.pkl
