#ignore everything that starts with a dot, except
.*
!.github
!.gitignore
!.vscode

#ignore following files/dirs generated by python
dist/
build/
__pycache__/
*egg-info/

#ignore the following
listings.json
secrets.json
