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

# Virtual environments
.venv/
.venv-appworld/
venv/

# Environment / secrets
.env
.env.local
.env.*.local

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test & type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# IDE / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter
.ipynb_checkpoints/

# Local tooling
*.log
.cursor/
.claude/
.githooks/

# ContextSeek local data
.contextseek/
.appworld/
.appworld-cache/

data/
output/

# Demo-local runtime artifacts (keep demo source tracked)
examples/demo/.env
examples/demo/.contextseek/
examples/demo/__pycache__/
examples/demo/.langgraph_api
