repair communication and add .gitignore file

This commit is contained in:
xxh
2026-03-18 06:29:54 -04:00
parent 3768685ca8
commit 3f4ab1c434
3 changed files with 119 additions and 34 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
.venv/
.vscode/
**/__pycache__/
poetry.lock
poetry.toml
**/*.log
**/*.txt
**/build/
**/install/
**/log/
*.spec
dist/
*.zip
*.csv
*.npz
*.xml
*.json
*.yaml
*.iml
*.pyc
.TXT