# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Environment variables
.env
.env.master

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Misc
.archive/
.analysis/
.plans/
examples/*.ipynb
scripts/
/config.py
experiments/

# Configuration files with API keys
.env
*.env
!.env.example
examples/models.yaml

# MkDocs
site/

# Notebook-generated artifacts
examples/data/pdf_output/notebook-*.html
examples/data/pdf_output/notebook_pdf_html_pages/
examples/data/pdf_output/pdf_vision_showcase/

# Knowledge graph outputs
examples/capabilities/kg_outputs/

# Agent
.agent/
.work/
task.md
implementation_plan.md
tests/.env

# Github Copilot
.github/copilot-instructions.md
.github/instructions/

# Ad hoc documentation
PLAN.md
TASKBOARD.md
ARCHITECTURE.md
RESEARCH.md

# Notebooks
notebooks/
# CI reports (ephemeral - generated in CI, not committed)
reports/
