27 lines
390 B
Plaintext
27 lines
390 B
Plaintext
.git
|
|||
|
|
.github
|
||
|
|
.claude
|
||
|
|
.moon/cache
|
||
|
|
node_modules
|
||
|
|
**/node_modules
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
Machine_Learning/dataset
|
||
|
|
Machine_Learning/dataset.zip
|
||
|
|
Machine_Learning/dataset_*.zip
|
||
|
|
Machine_Learning/model
|
||
|
|
Machine_Learning/best_model/*
|
||
|
|
!Machine_Learning/best_model/best_model.keras
|
||
|
|
apps/web/dist
|
||
|
|
apps/api/dist
|
||
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
.pytest_cache
|
||
|
|
.venv
|
||
|
|
venv
|
||
|
|
**/.venv
|
||
|
|
**/venv
|