# Build artifacts
/target/
/tools/
**/*.rs.bk

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

# Profiling
flamegraph*.svg
profile.json
*.json.gz

# OS
.DS_Store
Thumbs.db

# Test databases
*.db
*.sqlite

# Runtime database lock/WAL artifacts
db.lock/

# Coverage
coverage.txt
*.profraw
*.profdata
cobertura.xml
tarpaulin-report.html

# Local development
TODO.md
*.disabled
deny.toml

# Documentation build artifacts
docs/_site/
docs/.jekyll-cache/
