From 38d54d56608162ef3b5990f1fbf0815aef6b58ba Mon Sep 17 00:00:00 2001 From: wandl-6A72h Date: Fri, 5 Jun 2026 17:09:52 +0800 Subject: [PATCH] chore: sync .gitignore --- .gitignore | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 94 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4ff6017..211ce2c 100644 --- a/.gitignore +++ b/.gitignore @@ -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