Skip to content

chore: expand .gitignore with standard Python ignores#8

Open
Krivoblotsky wants to merge 1 commit into
mainfrom
chore/gitignore
Open

chore: expand .gitignore with standard Python ignores#8
Krivoblotsky wants to merge 1 commit into
mainfrom
chore/gitignore

Conversation

@Krivoblotsky
Copy link
Copy Markdown

Summary

The previous .gitignore only had two entries (*.egg-info, __pycache__). Added the standard Python set:

  • Virtual environment directories (.venv/, venv/, env/)
  • Build and distribution artifacts (dist/, build/, *.egg, etc.)
  • pytest and coverage output (.pytest_cache/, htmlcov/, .coverage)
  • IDE files (.idea/, .vscode/, *.swp)
  • macOS noise (.DS_Store)
  • Runtime output directories (shots/, *.png, *.json)

Test plan

  • git status no longer shows noise files after a local dev session

🤖 Generated with Claude Code

The previous .gitignore only covered *.egg-info and __pycache__.
Add standard Python entries: venv directories, build/dist artifacts,
pytest cache, coverage reports, IDE files, .DS_Store, and runtime
output directories (shots/, *.png, *.json).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Krivoblotsky Krivoblotsky requested review from Copilot and mshamrai May 9, 2026 17:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants