- Added coverage version 7.10.1 with multiple wheel distributions. - Added iniconfig version 2.1.0 with its wheel distribution. - Added pluggy version 1.6.0 with its wheel distribution. - Added pygments version 2.19.2 with its wheel distribution. - Added pytest version 8.4.1 with its wheel distribution and dependencies. - Added pytest-cov version 6.2.1 with its wheel distribution and dependencies. - Added pytest-mock version 3.14.1 with its wheel distribution and dependencies. - Updated dev-dependencies to include coverage, pytest, pytest-cov, and pytest-mock. - Updated requires-dist to specify minimum versions for coverage, pytest, pytest-cov, and pytest-mock.
22 lines
181 B
Plaintext
22 lines
181 B
Plaintext
*.csv
|
|
.env
|
|
build/
|
|
dist/
|
|
*.pyc
|
|
__pycache__/
|
|
*.spec
|
|
*.log
|
|
logs/
|
|
.venv/
|
|
.poetry/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
*.db
|
|
*.sqlite3
|
|
*.pyo
|
|
*.pyd
|
|
*.coverage
|
|
.coverage.*
|
|
*.mypy_cache/
|
|
*.DS_Store
|