# Build artifacts
target/
# Note: We keep Cargo.lock for reproducible builds in Docker

# Git and version control
.git/
.gitignore

# Logs and runtime files
*.log
*.pid
server.log
nohup.out
logs/
run/
bws-daemon.log
bws-daemon.pid

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

# Documentation
README.md
PUBLISHING.md
SECURITY.md
docs/

# Test files
test_*.sh
test_output/

# Local configuration files
config.local.toml
bws_config.toml

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

# Coverage and profiling
*.profraw
*.profdata
coverage/
perf.data
*.perf
flamegraph.svg

# SSL certificates
*.pem
*.key
*.crt
certificates/

# Environment files
.env
.env.*

# GitHub workflows (not needed in container)
.github/
