Skip to content

chore: expand .gitignore - #157

Merged
arjunrajlab merged 1 commit into
masterfrom
claude/update-gitignore
Jul 24, 2026
Merged

chore: expand .gitignore#157
arjunrajlab merged 1 commit into
masterfrom
claude/update-gitignore

Conversation

@arjunrajlab

Copy link
Copy Markdown
Collaborator

Summary

Reorganizes and extends the repo's .gitignore with a few commonly-needed ignores that were missing.

Added

  • *$py.class (Python bytecode)
  • *.egg, .eggs/ (packaging artifacts)
  • env/ (virtual environments)
  • .DS_Store (macOS)

Also

  • Clearer section headers
  • Explanatory comment noting .cache/ is the Docker buildx cache produced by build_workers.sh

No functional/code changes — ignore rules only.

🤖 Generated with Claude Code

Reorganize and extend the existing .gitignore:
- add *$py.class, *.egg, .eggs/, env/, .DS_Store
- group Docker buildx .cache/ with an explanatory comment
- clearer section headers

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@arjunrajlab
arjunrajlab merged commit 267300c into master Jul 24, 2026
1 check passed
@arjunrajlab
arjunrajlab deleted the claude/update-gitignore branch July 24, 2026 00:20
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