Added stubs for python files generated from C++ (#136)

* added pybind11-stubgen

* docs for generating stubs

* added line to readme
This commit is contained in:
Diogo
2023-12-14 15:58:45 -05:00
committed by GitHub
parent b93c4cf378
commit f55908bc48
4 changed files with 46 additions and 3 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ __pycache__/
venv/
# Distribution / packaging
python/mlx/core
python/mlx/share
python/mlx/include
.Python