repair communication and add .gitignore file
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user