# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
pip-wheel-metadata/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
*.cover

# Node
node_modules/
dist/
*.js.map
.npm

# Go
*.exe
*.test
*.out
vendor/

# IDE
.idea/
.vscode/
*.iml
*.iws
*.ipr
.DS_Store
Thumbs.db

# Docs
site/

# Misc
*.log
*.tmp

# External reference repos (cloned locally, not committed)
chainlit-docs/
.chainlit/

# Claude Code local config (machine-specific)
.claude/launch.json
