66 lines
732 B
Plaintext
66 lines
732 B
Plaintext
# ---------- Node ----------
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnp/
|
|
.pnp.js
|
|
.npm/
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
coverage/
|
|
.nyc_output/
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# ---------- Python ----------
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
.eggs/
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv.bak/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
*.pyo
|
|
|
|
# ---------- 编辑器 / OS ----------
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ---------- 协作元数据 ----------
|
|
.gatekeeper/
|
|
*.secret
|
|
*.local
|
|
|
|
# ---------- 日志 ----------
|
|
*.log
|
|
logs/
|
|
System_Logs/
|