pocketpy/.gitignore
blueloveTH f2be5cf0f4 ...
2025-02-06 14:23:35 +08:00

43 lines
359 B
Plaintext

__pycache__/
.vscode
.ipynb_checkpoints
.DS_Store
.coverage
.idea
.cache/clangd/
gmon.out
gprof.txt
amalgamated
web/lib
*.a
*.so
*.dll
*.dylib
plugins/unity/
plugins/macos/pocketpy/pocketpy.*
main.exe
main.obj
pocketpy.exp
pocketpy.lib
APPS
build
main
*.dSYM
docs/references.md
.xmake
.vs
tests/00_tmp.py
docs/C-API/functions.md
*.log
cmake-build-*