chore: sync .gitignore

This commit is contained in:
wandl-6A72h
2026-06-05 17:09:52 +08:00
parent 7d7e7a0181
commit 38d54d5660
+94 -4
View File
@@ -1,5 +1,95 @@
.DS_Store
__pycache__/
.idea/
.vscode/
target/
bin/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.flattened-pom.xml
.fastRequest
Cargo.lock
*.swp
*.swo
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
rebel.xml
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.claude/
### Mac OS ###
.DS_Store
**/dependency-reduced-pom.xml
### Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
### Docs
docs/_build
.venv/
# vibe coding
.claude
openspec
AGENTS.md
CLAUDE.md
##Log
logs/
## Frontend (all frontend/ directories across examples and extensions)
# Dependencies
**/node_modules/
# Build output
**/dist/
**/build/
**/.output/
# Vite / bundler caches
**/.vite/
**/.cache/
**/.parcel-cache/
# Type-check / tsc output
**/*.tsbuildinfo
# Env files (may contain secrets)
**/.env.local
**/.env.*.local
# Coverage
**/coverage/
# Storybook
**/storybook-static/
# boba-tea-shop: generated static assets served by the supervisor-agent
**/boba-tea-shop/supervisor-agent/**/static/
##agentscope
.agentscope/
## harness db
**/*.db