feat: 初始化 ProStock 项目基础结构和配置
- 添加项目规则文档(开发规范、安全规则、配置管理) - 实现数据模块核心功能(API 客户端、限流器、存储管理、配置加载) - 添加 .gitignore 和 .kilocodeignore 配置 - 配置环境变量模板 - 编写 daily 模块单元测试
This commit is contained in:
20
.kilocodeignore
Normal file
20
.kilocodeignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# 环境变量
|
||||
.env*
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 密钥与证书
|
||||
*.pem
|
||||
*.key
|
||||
id_rsa
|
||||
id_dsa
|
||||
*.pfx
|
||||
|
||||
# 数据库文件
|
||||
*.sqlite
|
||||
*.db
|
||||
|
||||
# 日志与缓存
|
||||
logs/
|
||||
cache/
|
||||
*.log
|
||||
Reference in New Issue
Block a user