To-The-Stars/.gitignore

11 lines
97 B
Plaintext
Raw Permalink Normal View History

2023-07-06 11:12:48 -07:00
.*
!.gitignore
2023-07-06 17:49:34 -07:00
!.latexmkrc
!.pre-commit-config.yaml
2023-09-11 16:37:08 -07:00
build
# Python
*.pyc
*.egg-info
__pycache__