pypvz/.gitignore
2022-06-18 12:19:05 +08:00

11 lines
134 B
Plaintext

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