pypvz/.gitignore
2020-11-24 18:44:44 +08:00

11 lines
114 B
Plaintext

# ignore release
build/
dist/
main.spec
# ignore debug
.vscode/
__pycache__/
*/__pycache__/
# ignore test
test.py