Files
2026-06-04 14:25:24 +08:00

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__/