bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

Changed .gitignore #4

Closed michaelkryukov closed 5 years ago

michaelkryukov commented 5 years ago

Replaced .gitignore with one from 'github/gitignore' for python.

Folders like '__pycache__/' and 'dist/' should not be committed as well as some other things like environments and meta data. It's all included into updated .gitignore file.

.gitignore source: https://github.com/github/gitignore/blob/master/Python.gitignore

bchao1 commented 5 years ago

Thanks a lot!