Update 2026-05-13 16:43:53
This commit is contained in:
+36
-5
@@ -1,7 +1,38 @@
|
||||
.env
|
||||
.vscode
|
||||
nanobot-0.1.4.post4
|
||||
data
|
||||
_research
|
||||
.trae
|
||||
.env.*
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Build / artifacts
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
|
||||
# Runtime data (mounted as DATA_ROOT in Docker)
|
||||
data/
|
||||
|
||||
# Intermediate docs/state (do not commit)
|
||||
.claude/
|
||||
.work/
|
||||
|
||||
# Local scratch
|
||||
_research/
|
||||
.trae/
|
||||
nanobot-*/
|
||||
Reference in New Issue
Block a user