hackathon / .dockerignore
bekir32419's picture
Add project files
c0a7163
.venv/
.venv*/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
data/processed/
mlruns/
.git/
.github/
docs/
tests/
!tests/
tests/*
!tests/fixtures/
!tests/fixtures/**
.streamlit/
notebooks/