# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Forgeo runtime artifacts
.forgeo/
BLOCKER.md
forgeo.log
*.lock
forgeo.yaml

# Tooling
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.idea/

# Docs build output
site/

# Build artifacts
build/
dist/

# AI assistant context
CONTEXT.md

# Local deploy script (server-specific paths)
scripts/deploy-docs.sh