automated terminal push

This commit is contained in:
2025-06-05 07:33:41 -04:00
parent 19decb39cc
commit 1cb989b04d
619 changed files with 10585 additions and 0 deletions

26
docs/.gitignore vendored Executable file
View File

@@ -0,0 +1,26 @@
# Node rules:
## Grunt intermediate storage
.grunt
## NPM dependency directory
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf
**/*.DS_Store
# VScode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# PyCharm
.idea/*