新增: - backend/venv/ - Python 虚拟环境 - backend/start.sh - 启动脚本(使用虚拟环境) - backend/requirements.txt - 依赖列表 - .gitignore - 忽略虚拟环境和缓存文件 说明: - 每个项目使用独立虚拟环境 - 避免依赖冲突 - 启动脚本自动创建和激活虚拟环境
52 lines
813 B
CoffeeScript
52 lines
813 B
CoffeeScript
module.exports = [
|
|
'_debugger.js'
|
|
'_http_agent.js'
|
|
'_http_client.js'
|
|
'_http_common.js'
|
|
'_http_incoming.js'
|
|
'_http_outgoing.js'
|
|
'_http_server.js'
|
|
'_linklist.js'
|
|
'_stream_duplex.js'
|
|
'_stream_passthrough.js'
|
|
'_stream_readable.js'
|
|
'_stream_transform.js'
|
|
'_stream_writable.js'
|
|
'_tls_legacy.js'
|
|
'_tls_wrap.js'
|
|
'assert.js'
|
|
'buffer.js'
|
|
'child_process.js'
|
|
'cluster.js'
|
|
'console.js'
|
|
'constants.js'
|
|
'crypto.js'
|
|
'dgram.js'
|
|
'dns.js'
|
|
'domain.js'
|
|
'events.js'
|
|
'freelist.js'
|
|
'fs.js'
|
|
'http.js'
|
|
'https.js'
|
|
'module.js'
|
|
'net.js'
|
|
'os.js'
|
|
'path.js'
|
|
'punycode.js'
|
|
'querystring.js'
|
|
'readline.js'
|
|
'repl.js'
|
|
'smalloc.js'
|
|
'stream.js'
|
|
'string_decoder.js'
|
|
'sys.js'
|
|
'timers.js'
|
|
'tls.js'
|
|
'tty.js'
|
|
'url.js'
|
|
'util.js'
|
|
'vm.js'
|
|
'zlib.js'
|
|
'node.js'
|
|
] |