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

# Virtual environments
.venv

# Environment variables
.env

# macOS system files
.DS_Store
.DS_Store?
._*

# Database files
*.db
*.sqlite

# LangGraph files
langgraph.json
.langgraph_api/

# Examples
examples/
