/target
dashboard/node_modules
node_modules/
/docs

# Secrets & credentials — NEVER commit these
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
*.cert
*.crt
*.der
credentials.json
service-account.json
*.credential

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

# Flutter
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
build/

# .NET
**/obj/
**/bin/

# Python
__pycache__/
*.pyc
*.egg-info/
dist/
.venv/
venv/

# Go
vendor/

# Rust
*.profraw
lcov.info
tarpaulin-report.html

# Worktrees
.worktrees/

# OS
Thumbs.db
