nuttx-apps/interpreters/python/.gitignore
Tiago Medicci 42596cc5cf interpreters/python: Add Python's port to NuttX
This is the NuttX's port of Python (cpython)!

Initial support of Python includes building the Python's static
library and the `python` (Programs/python.c) application. Python's
modules are stored in `pyc` (byte-code file) and loaded as needed
from flash.
2024-12-30 18:01:33 +08:00

6 lines
86 B
Text

/*.zip
/build/
/install/
/Python/
/romfs_cpython_modules.h
/romfs_cpython_modules.img