chore: update .gitignore for data and binary files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -7,6 +7,8 @@ mlflow.db
|
|||||||
*.parquet
|
*.parquet
|
||||||
processed/
|
processed/
|
||||||
outputs/
|
outputs/
|
||||||
|
Outputs/
|
||||||
|
Datas/
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
dist/
|
dist/
|
||||||
@@ -16,3 +18,7 @@ dist/
|
|||||||
cache/
|
cache/
|
||||||
logs/
|
logs/
|
||||||
mlruns/
|
mlruns/
|
||||||
|
.playwright-mcp/
|
||||||
|
*.png
|
||||||
|
*.docx
|
||||||
|
*Zone.Identifier
|
||||||
|
|||||||
Reference in New Issue
Block a user