Skip to content

chore: update .gitignore with missing artifact patterns - #30

Merged
zurfjereluhmie merged 1 commit into
mainfrom
chore/update-gitignore
Apr 22, 2026
Merged

chore: update .gitignore with missing artifact patterns#30
zurfjereluhmie merged 1 commit into
mainfrom
chore/update-gitignore

Conversation

@zurfjereluhmie

Copy link
Copy Markdown
Owner

Summary

  • Add missing ignore patterns for tool caches present on disk (.pytest_cache/, .ruff_cache/)
  • Add coverage artifacts (.coverage.*, htmlcov/), type checker cache (.mypy_cache/), and OS-specific files (.DS_Store, Thumbs.db)
  • Organize entries with section comments for readability

Add entries for:
- .pytest_cache/ and .ruff_cache/ (tool caches present on disk)
- .coverage.* (parallel coverage data files)
- htmlcov/ (coverage HTML reports)
- .mypy_cache/ (type checker cache)
- .DS_Store and Thumbs.db (OS-specific files)

Also organize entries with section comments for readability.
@zurfjereluhmie
zurfjereluhmie merged commit 6ab7f40 into main Apr 22, 2026
6 checks passed
@zurfjereluhmie
zurfjereluhmie deleted the chore/update-gitignore branch April 22, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant