Spaces:
Paused
Paused
File size: 203 Bytes
fb52aa0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | venv/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
data/raw/*
data/processed/*
data/predictions/*
!data/raw/.gitkeep
!data/processed/.gitkeep
!data/predictions/.gitkeep
models/*
artifacts/*
.env
|