+75
@@ -0,0 +1,75 @@
|
||||
.devcontainer/.volumes
|
||||
!.devcontainer/.volumes/bin/
|
||||
|
||||
# IDE 和编辑器文件
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 依赖目录
|
||||
node_modules/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
venv/
|
||||
**/.venv/
|
||||
**/venv/
|
||||
|
||||
# PyInstaller 构建产物
|
||||
build/
|
||||
dist/
|
||||
*.spec.bak
|
||||
|
||||
# pyenv
|
||||
# .python-version # 注释掉,允许提交以固定 CI Python 版本
|
||||
|
||||
# 环境变量文件
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 临时文件
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
.cache/
|
||||
# uv/PyInstaller 意外输出文件 (如 =6.0.0)
|
||||
=*
|
||||
|
||||
# 测试覆盖率
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
*.cover
|
||||
coverage.json
|
||||
|
||||
# 运行时数据 - SQLite 数据库文件
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
# 但保留 .gitkeep 文件
|
||||
!.gitkeep
|
||||
|
||||
# Playwright
|
||||
.playwright-mcp/
|
||||
.playwright-screenshots/
|
||||
|
||||
# uv
|
||||
.python-version.bak
|
||||
uv.lock
|
||||
Reference in New Issue
Block a user