# ========================
# Environment / Secrets
# ========================
.env
.env.local
.env.production
.env.*.local

# ========================
# Java / Maven (Backend)
# ========================
target/
*.class
*.jar
*.war
*.ear
*.log
hs_err_pid*

# Maven wrapper
.mvn/wrapper/maven-wrapper.jar

# ========================
# Node.js (Frontend)
# ========================
node_modules/
.next/
out/
build/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# ========================
# IDE
# ========================
.idea/
*.iml
*.iws
.vscode/
*.swp
*.swo
*~

# ========================
# OS
# ========================
.DS_Store
Thumbs.db

# ========================
# OCI / Cloud credentials
# ========================
.oci/
Wallet_*/
*.pem
*.key

# ========================
# Docker
# ========================
oracle_data/

# ========================
# Claude Code
# ========================
.claude/
cookies.txt
audio-uploads/
voice-profiles/
*.wav
