pypvz/.gitignore
2022-07-23 15:06:35 +08:00

11 lines
134 B
Plaintext

# 忽略构建内容
out/
test-build/
release/
# 忽略调试内容
.vscode/
__pycache__/
*/__pycache__/
# 忽略测试文件
test.py