# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

.claude/

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

# Secret files
!.env.example

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# macOS
.DS_Store

# Benchmark dataset — PDFs are large and contain PII; never commit them
benchmark/dataset/*.pdf
benchmark/ground_truth/*.txt

# Local development / Research
_local/
uploads/
*.pdf

# Next.js
application-demo/webapp/node_modules/
application-demo/webapp/.next/
application-demo/webapp/.env*.local
application-demo/.env

# Python build artifacts
dist/
build/
*.egg-info/
