# Secrets
langmcp.toml
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
dist_test/
build/
.venv/
venv/

# LangGraph local data
.langgraph/

# Test / tooling
.pytest_cache/
.ruff_cache/
.uv-cache/
pytest-of-*/
.coverage
htmlcov/
*.db
*.sqlite

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
notes.md
ARTICLE.md
LAUNCH_CHECKLIST.md
