For more, see the Project README and ROADMAP.md.
htmlcov and is it excluded from Git?A: htmlcov/ is the folder where pytest/coverage.py writes the HTML coverage report. In this project, pytest is configured in pyproject.toml to generate HTML coverage (--cov-report=html) and the output directory is set to htmlcov under [tool.coverage.html]. The htmlcov/ directory is ignored by Git via .gitignore, and make clean removes it. Open htmlcov/index.html in a browser to view the report.
A: See Ollama Local Setup for instructions on installing and running models locally.
A: See Configuration for setup instructions.
.txt?A: To avoid being ignored by .gitignore rules for .log files.
A: See CONTRIBUTING.md for guidelines.
A: See ROADMAP.md.
A: Open an issue on GitHub or email gio@iqtoolkit.ai.