* Initial plan * Initial assessment - identifying issues to fix Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Fix type check and test issues to pass all status checks Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Add coverage.xml to .gitignore and remove from tracking Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Use more specific pattern for coverage.xml in .gitignore Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
21 lines
204 B
Plaintext
21 lines
204 B
Plaintext
**/__pycache__
|
|
**/.vscode
|
|
**/.venv
|
|
**/.coverage
|
|
**/*.rpt
|
|
**/.pytest_cache
|
|
**/_build
|
|
**/*.out
|
|
**/transcript
|
|
**/htmlcov
|
|
**/*.log
|
|
**/*.pb
|
|
**/.Xil
|
|
**/.coverage.*
|
|
coverage.xml
|
|
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|