32 lines
351 B
Plaintext
32 lines
351 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Local runtime / OS
|
|
baseline.json
|
|
.DS_Store
|
|
*.bak
|
|
|
|
# Editor
|
|
.vscode/*.local.json
|
|
|
|
# Not part of the public demo
|
|
.agents/
|
|
.kilocode/
|
|
.palace/
|
|
.pi/
|
|
mcp-server/
|
|
nanoberry_doc/
|
|
docs/demo-integration-plan.md
|
|
cal.ipynb
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
.mcp.json
|