chore: gitignore secrets, db, binary

This commit is contained in:
shinchan-zhai
2026-03-22 22:04:53 +08:00
parent 34f5e6fe71
commit deb0e843eb
4 changed files with 8 additions and 54 deletions

42
nofxi/.gitignore vendored
View File

@@ -1,39 +1,13 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Binary
nofxi
# Build
/build/
/dist/
# Config (contains secrets)
config.yaml
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Data
# Database
*.db
*.sqlite
/data/
/logs/
*.db-shm
*.db-wal
# Dependencies
/vendor/
# Node (web frontend)
node_modules/
web/dist/
# Logs
*.log

View File

@@ -1,20 +0,0 @@
agent:
name: "NOFXi"
language: "zh"
log_level: "info"
web_port: 8900
telegram:
token: "8486603557:AAEqw9whg6uG63ROGCRJbz8D_J0lsXeQKps"
allowed_ids: []
llm:
provider: "dashscope"
base_url: "https://coding.dashscope.aliyuncs.com/v1"
api_key: "sk-sp-0511a0b965af4866831a0345e8109ea0"
model: "qwen3-coder-plus"
database:
path: "nofxi.db"
exchanges: []

Binary file not shown.

View File