mirror of
https://github.com/volcengine/mediakit-cli.git
synced 2026-09-14 20:06:30 +08:00
29 lines
338 B
Plaintext
29 lines
338 B
Plaintext
.DS_Store
|
|
|
|
# Go and local build outputs
|
|
.mediakit/
|
|
dist/
|
|
build/
|
|
coverage.out
|
|
|
|
# npm and local package artifacts
|
|
node_modules/
|
|
bin/
|
|
*.tgz
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor and environment files
|
|
.idea/
|
|
.vscode/
|
|
.env
|
|
.env.*
|
|
|
|
# Test and tool caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
__pycache__/
|