Files
iAs/.gitignore

31 lines
328 B
Plaintext

# Rust 构建产物
/target
# 运行时数据(状态文件、缓存、聊天记录本地副本等)
.data/
.pi
# 环境配置(含密钥,不入库)
.env
.env.local
.env.*.local
# 密钥文件
*.pem
*.key
qweather/
# IDE
.vscode/
.idea/
*.swp
*.swo
# 操作系统
.DS_Store
Thumbs.db
read.md
.codegraph/
.reasonix/