mirror of
https://github.com/wangdage12/Snap.Server.git
synced 2026-02-16 16:32:10 +08:00
11 lines
115 B
Plaintext
11 lines
115 B
Plaintext
.vscode/
|
|
|
|
# 公钥、私钥文件
|
|
*.pem
|
|
|
|
# python缓存文件
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# 配置json文件
|
|
config.json |