# Byte-compiled / optimized
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
.pytest_cache/

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Environments
.env
.envrc
.venv

# macOS
.DS_Store

# LangGraph
.langgraph_api/

# NDA data
examples/data/
