# .dockerignore
.git/
.github/
.vscode/
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
tests/
docs/
data/
htmlcov/
*.log
