pocketpy/.gitignore
BLUELOVETH d4696d6931 bug workaround on MacOS
Number::stoi may raise std::out_of_range but it cannot be caught via catch(std::exception&). We use catch(...) for now. Note that catch(...) may catch pkpy::Exception or any others.
2023-07-03 15:02:58 +08:00

32 lines
434 B
Plaintext

__pycache__/
.vscode
.ipynb_checkpoints
.DS_Store
.coverage
src/main
gmon.out
gprof.txt
/pocketpy
amalgamated
web/lib
*.so
*.dll
plugins/unity/
plugins/flutter/example/web/lib/pocketpy.js
plugins/flutter/example/web/lib/pocketpy.wasm
plugins/flutter/src/pocketpy.*
plugins/macos/pocketpy/pocketpy.*
include/pocketpy/_generated.h
profile.sh
test
src/httplib.h
pocketpy.exe
main.obj
pocketpy.exp
pocketpy.lib
APPS
build
pocketpy.dSYM