pypvz/.gitignore
2022-04-04 14:31:20 +08:00

9 lines
86 B
Plaintext

# ignore debug
out/
build/
.vscode/
__pycache__/
*/__pycache__/
# ignore test
test.py