# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
evaluation

# Virtual environments
venv/
env/
ENV/
.venv/
.env

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Tooling
.ruff_cache/
.mypy_cache/

# Local data
*.db
*.db-shm
*.db-wal
.tracesage/
.tracesage-demo/
tracesage_test/
bench_data/

# Build artifacts
*.tar.gz
*.whl

# MkDocs build output
site/

# Local drafts / articles — kept out of the public repo
drafts/
*.draft.md
article/tracesage-substack-article.md
article/you-dont-need-langsmith-to-trace-langgraph.mdyou

# Raw screen recordings (commit the web-friendly .mp4 under docs/assets/ instead)
*.mov

# MCP demo OAuth secrets (examples/mcp/gmail_youtube_demo)
credentials.json
token.json

video/
video-new
code-session.txt
