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

# Cargo.lock is included for binary crates
# Cargo.lock

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment and secrets
.env
.env.*
*.pem
*.key
secrets/

# Test and coverage
*.profraw
*.profdata
coverage/
tarpaulin-report.html
lcov.info

# Documentation build
/doc/
/docs/target/

# Logs
*.log
logs/

# Local configuration
gateway-poc.yaml
gateway-poc.yml
.gateway-poc.yaml
.gateway-poc/

# Benchmark results (optional, uncomment to ignore)
# results/
# benchmarks/

# Temporary files
*.tmp
*.temp
*.bak
.cache/
