Add initial project structure and configuration files
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user