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

