bcao/.gitignore

15 lines
147 B
Plaintext
Raw Permalink Normal View History

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