# Gradle
.gradle/
.gradle*/
.kotlin
*.kotlin_module
build/

.claude/scheduled_tasks.lock

.worktrees/

# IntelliJ IDEA
.idea/
!.idea/dictionaries

out/
.intellijPlatform/

.vscode

.playwright-mcp

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Integration test temporary files
integration-test/tmp/
integration-test/*.tmp

# DPAIA run output directories (agent stdout/stderr/stream logs)
runs/run_*/

# run-agent.sh handoff dirs (codex / claude / gemini per-task transcripts)
.run-agent-*/

# NPX package artifacts
npx/node_modules/
npx/dist/
npx/dist-test/
npx/.npm/
npx/.cache/
npx/*.log
