bcao/.gitignore

15 lines
147 B
Text
Raw Normal View History

2021-01-18 19:58:44 +10:00
*
!*/
__pycache__/**
!bcao/*.py
!requirements.txt
2021-01-18 22:26:28 +10:00
!poetry.lock
!pyproject.toml
!bcao.pex
!.gitignore
2020-10-26 23:55:06 +10:00
!mypy.ini
!.run/
!.idea/
2021-01-18 19:44:39 +10:00
!README.md
2021-01-18 22:26:28 +10:00
!build.sh