91 lines
735 B
Plaintext
91 lines
735 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
*.swp
|
|
.git/*
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/*
|
|
*.o
|
|
*.a
|
|
/vendor
|
|
*.egg-info/
|
|
/.env
|
|
.env
|
|
|
|
# JS/TS bundlers & build outputs
|
|
.next
|
|
.nuxt
|
|
.turbo
|
|
.vercel
|
|
.parcel-cache
|
|
.cache
|
|
coverage
|
|
storybook-static
|
|
|
|
# Package manager artifacts
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
.pnp*
|
|
.npm
|
|
|
|
# Python tooling
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.tox/
|
|
|
|
# Go tooling
|
|
bin/
|
|
*.test
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS / misc
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Logs
|
|
output.log
|
|
*.log
|
|
*.log.*
|
|
logs/
|
|
|
|
# 视频文件
|
|
*.mp4
|
|
*.avi
|
|
*.mov
|
|
*.wmv
|
|
*.flv
|
|
*.mkv
|
|
*.webm
|
|
*.m4v
|
|
*.mpeg
|
|
*.mpg
|
|
*.3gp
|
|
*.f4v
|
|
*.rmvb
|
|
*.vob
|
|
|
|
# 归档文件
|
|
*.iso
|
|
*.dmg
|
|
*.rar
|
|
*.zip
|
|
*.gz
|
|
|
|
# 文档类也默认加入
|
|
*.pdf
|
|
*.docx
|
|
*.doc
|
|
*.xlsx
|
|
*.xls
|
|
*.ppt
|
|
*.pptx
|
|
*.xlsx
|
|
*.csv
|