Skip to content

chore: ignore ruff cache and nested per-service files dirs#31

Open
k0te1ch wants to merge 1 commit into
mainfrom
chore/gitignore-patterns
Open

chore: ignore ruff cache and nested per-service files dirs#31
k0te1ch wants to merge 1 commit into
mainfrom
chore/gitignore-patterns

Conversation

@k0te1ch

@k0te1ch k0te1ch commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Two small .gitignore adjustments:

  • Add **/.ruff_cache/ so ruff's cache stays out of the tree no matter which service dir it runs in.
  • Broaden files/*.{mp3,pkl,json} to **/files/*.{mp3,pkl,json} — each publisher has its own files/ dir now, and the old top-level-only globs let those slip through.

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