SentinelAI / .dockerignore
ACA050's picture
Upload 7 files
fb52aa0 verified
Raw
History Blame Contribute Delete
203 Bytes
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