diff options
| author | John Reese <john@noswap.com> | 2019-05-11 20:00:22 -0700 |
|---|---|---|
| committer | John Reese <john@noswap.com> | 2019-05-25 21:32:06 -0700 |
| commit | 7f7665c1c02437e1b4717495f0de7d8f01933dd5 (patch) | |
| tree | 6cd24390d5248e65972f2bd416659e0a80a43d1a /.gitignore | |
| parent | 63b253c33a2e56bc6c6ccb902d89d0c0b27f7d8f (diff) | |
Use rst2pyi to generate type stubs and package
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 69f71847b..3e5bd2830 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ # Packages ############ +dist/ +*.egg-info # Logs and Databases ###################### @@ -25,6 +27,7 @@ ###################### build/ bin/ +circuitpython-stubs/ # Test failure outputs ###################### |
