# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# Root
/.playwright-mcp
/nul
/*.txt
/*.log
/*.png
/*.js
/*.py
/*.sh
/*.bat
/*.json
/*.pid
/*.md
/*.db
/spec
/progress.txt
/MESSAGE.md
/ISSUE.md
/home-current.jpeg
/.entire

# LLM files
/.ralph
/.gemini
GEMINI.md
CLAUDE.md

# nodejs
package-lock.json
yarn.lock

# Test output
/crates/tests/tests/ui/*.jpeg
playwright-report
test-results

# Download test
*.iso
*.aria2
download
downloads
data

# IDEs
.claude
.vscode
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.pem
