# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Claude Code (machine-local)
.claude/settings.local.json
.mcp.json
.rodney/
.agent-tests/
.ralph/*/iteration-*.jsonl

# Test results (Playwright artifacts)
test-results/

# Java/Maven
*.class
*.jar
*.war
*.ear
*.nar
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
.mvn/wrapper/maven-wrapper.jar
.classpath
.project
.settings/
.factorypath
.springBeans
.sts4-cache
hs_err_pid*
replay_pid*
*.log

# Node.js/Vue/Vite
node_modules/
dist/
build/
frontend/src/api/schema.d.ts
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
npm-debug.log*

# Environment
.env
.env.*
!.env.example

# Spring Boot local profile (developer-specific, not committed)
backend/src/main/resources/application-local.properties

# Editor swap files
*.swp
*.swo
*~
\#*\#
.#*
