# 源代码文件
src/
tsconfig*.json
*.ts
!bin/**/*.d.ts

# 开发文件
dev-bin/
scripts/
.vscode/
.git/
.gitignore

# 测试文件
**/*.test.*
**/*.spec.*
**/test/
**/tests/

# 构建缓存
node_modules/
*.log
*.tmp
*.temp

# 文档草稿
docs/draft/
*.draft.md

# 编辑器文件
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# 环境文件
.env
.env.local
.env.*.local 