# Rust build artifacts
target/
Cargo.lock

# FTL specific
.ftl/
*.wasm
*.opt.wasm

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Backup files
*.bak
*.backup
*.old

# Test coverage
tarpaulin-report.html
cobertura.xml

# Documentation
docs/book/

# Temporary files
tmp/
temp/
*.tmp

# Log files
*.log

# Environment files
.env
.env.local

# OS specific
Thumbs.db
.Spotlight-V100
.Trashes

# Python
__pycache__/
*.py[cod]
*$py.class

# Node (for potential web components)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Benchmarking
perf.data
perf.data.old
flamegraph.svg

# Release artifacts
dist/
release/

.claude/
