| 12345678910111213141516171819202122 |
- ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
- # ignore
- #
- # Docs:
- # * https://git-scm.com/docs/gitignore
- ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
- # Repository configurations
- .git-blame-ignore-revs
- # Private
- .env
- # Junk
- .DS_STORE
- __pycache__/
- # Packages
- node_modules/
- venv/
- .venv/
|