### Java template
# Compiled class file
*.class

# Log file
*.log

# Visual Studio Code
.vscode
.factorypath

# Intellij
*.iml

# LSP / Eclipse
.classpath
.project
.settings/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
.flattened-pom.xml

# OSX
.DS_Store

# patch
*.orig
*.rej

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# Misc dev tooling
*.pyc

# ---------------

# Local environment
.env
*-service-account.json
infra/keys/
.terraform/
*.pem
.hk/vendors/
*.local.*
# TLS Certificates
.certs/

# PumpUp
scratch/
/out/
*.pid
jwt.txt
/.local

# AI
/logs/
# /tech-docs/plans
# /tech-docs/chats

# FE
node_modules/
# frontend/src/rpc/generated/

# Deploy-only: vite dist/ copied here during `mise run deploy` so jib bundles it.
# Local dev uses the vite proxy and never writes here.
backend/src/main/resources/static/
/.aiignore
be-state
tech-docs/plans/
