Skip to content

Improve .gitignore with common Python entries#547

Open
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:improve-gitignore
Open

Improve .gitignore with common Python entries#547
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:improve-gitignore

Conversation

@yurekami
Copy link
Copy Markdown
Contributor

Summary

  • Reorganize .gitignore into logical sections with comments
  • Add common Python/CUDA development patterns to prevent accidental commits

Changes

Added organized sections:

  • Build outputs: dist/, *.egg-info/, *.egg, *.so
  • IDE: Existing .idea/, .vscode/ entries
  • OS: .DS_Store
  • Python cache: __pycache__/, .pytest_cache/, .mypy_cache/, .ruff_cache/
  • Coverage: .coverage, htmlcov/
  • Logs: *.log

Test plan

  • Verify existing ignored files still work
  • No new untracked files appear after changes

🤖 Generated with Claude Code

Add organized sections and common Python/CUDA development patterns:
- Build outputs: dist/, *.egg-info/, *.egg, *.so
- Python cache: __pycache__/, .pytest_cache/, .mypy_cache/, .ruff_cache/
- Coverage files: .coverage, htmlcov/
- Log files: *.log

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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