# Rust build artifacts
/target/
**/*.rs.bk
.env

# IDE files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Coverage
lcov.info
*.profraw

# Fuzz artifacts
fuzz/artifacts/
fuzz/corpus/

# Proptest regressions
**/proptest-regressions/

node_modules/
.reflex/

# Tailwind standalone CLI (binary, not committed — install via `make tailwind-install`)
ui/tailwindcss

# Generated protobuf code (produced by build.rs on every build)
/src/protocol/generated/

# Binary symlink at repo root (not the helm chart subdirectory)
/hearth
*.wal

# Local runtime data (compose named volume + `cargo run` default path)
/data/

*.jpg
*.jpeg
*.png
*.log

.playwright-mcp/

/hearth.yaml
/hearth.yml

.codex

# Backup files
*.bak

# UI test artifacts (generated by make ui-test-smoke)
tests/ui/.auth/
tests/ui/reports/
tests/ui/node_modules/

*.tsbuildinfo
**/.phpunit.cache

**/.next/*
.next

go-gin

**/php/vendor
*.cache

.claude/scheduled_tasks.lock
