Repo Cleanup Gitignore Updates

Sub-skill of repo-cleanup: Gitignore Updates.

vamseeachanta Updated

File contents

Gitignore Updates

Gitignore Updates

Add these entries to .gitignore after cleanup:

# Build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/

# Test artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# IDE
.idea/
.vscode/
*.code-workspace

*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.agents/skills/_internal/meta/repo-cleanup/gitignore-updates commit e9052ae277

Frequently asked questions

npx skillmds@latest add vamseeachanta/repo-cleanup-gitignore-updates