To-The-Stars/.gitignore

11 lines
98 B
Plaintext

.*
!.gitignore
!.latexmkrc
!.pre-commit-config.yaml
/build
# Python
*.pyc
*.egg-info
__pycache__