# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Sphinx build output
docs/_build

# superpowers
docs/superpowers

# playwright-mcp
.playwright-mcp

# Nebo-generated files
*.nebo

# Built UI bundle — produced by `npm run build` + `cp -r ui/dist/* nebo/server/static/`.
# Tracked via .gitkeep only; the actual bundle stays untracked. Wheel builds
# still ship the bundle because pyproject.toml's [tool.hatch.build].artifacts
# force-includes the directory even when gitignored.
nebo/server/static/*
!nebo/server/static/.gitkeep

# evaluator-only test suite (generator should not read)
TESTS.md
