.idea/
.kaizen/
out/
bin/
report/
debug/
logs/
tmp/
*.exe
/olla
# Local config files (never ship these)
config.local.yaml
config/*.local.yaml
config/**/*.local.yaml
config/docker.yaml
# Test configs
config/config.test.local.yaml
docker-compose.local.yaml
docker-compose.override.yaml

# Build directories
build/
dist/
.venv/

# Test results
test/results/

# Research and experimental code
research/

# Legacy directories (to be removed)
config-dev/
default.yml
config.yaml
# Claude specific local files
.claude/*.local.json
# just in case
*.local.yaml
*.local.yml
*.local.json
*.log
/test/reports/
