Files
rightnow-ai--openfang/.gitignore
T
wehub-resource-sync d93385b373
CI / Check / macos-latest (push) Waiting to run
CI / Check / ubuntu-latest (push) Waiting to run
CI / Check / windows-latest (push) Waiting to run
CI / Test / macos-latest (push) Waiting to run
CI / Test / ubuntu-latest (push) Waiting to run
CI / Test / windows-latest (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Format (push) Waiting to run
CI / Security Audit (push) Waiting to run
CI / Secrets Scan (push) Waiting to run
CI / Install Script Smoke Test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:43:09 +08:00

51 lines
527 B
Plaintext

# Build
/target
**/*.rs.bk
*.pdb
# Environment & secrets
.env
.env.*
!.env.example
# Database
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# User config (may contain API keys)
config.toml
# Certificates & keys
*.pem
*.key
*.cert
*.p12
*.pfx
# Runtime artifacts
collector_hand_state.json
collector_knowledge_base.json
predictions_database.json
prediction_report_*.md
BUILD_LOG.md
# OS
.DS_Store
._*
Thumbs.db
# IDE & tools
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.serena/
# Personal deploy scripts
scripts/deploy-remote.sh