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

# Virtual environments
.venv/
venv/
env/
ENV/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.log

# Index and model cache
.verifiable_rag_index/
.verifiable_rag_cache/
.cache/

# Benchmark datasets (downloaded at runtime, not committed)
benchmarks/data/

# mkdocs build output (deployed to gh-pages via CI)
site/

# Test PDFs — drop your own at tests/parsers/fixtures/sample.pdf; never commit them
tests/parsers/fixtures/*.pdf

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

# Secrets
.env
.env.*
*.pem
*.key
