# Java build artifacts
*.class
*.log
hs_err_pid*
*.jar
*.war
*.ear

# Maven / Gradle
target/
build/
.gradle/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties

# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/

# Eclipse
.classpath
.project
.settings/

# VS Code
.vscode/

# Tool-specific
.claude/
Claude.md
AGENTS.md

# OS / misc
.DS_Store
Thumbs.db
*.swp
*.swo
*.tmp
*.bak

# Node / Frontend
node_modules/
dist/
.npm-cache/
.pydeps/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
.env/
.env

# Go
.gocache/
.gomodcache/
.gotmp/
bin/
coverage.out

# Project specific
tmp/
.tmp/
.deps/
backend/tmp/
data/

# Local scratch docs
polaris-doc.txt
