# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/
.uv/

# Env
.env

# Output directories
runs/
data/
content.md

# Local
research/
context/

# OS Files
.DS_Store

# Large/Auto-generated data
*.png
*.json
!pyproject.toml
!package.json

# Config
pyrightconfig.json
