Page MenuHomeVyOS Platform

Add proper .gitignore to the python management library
Closed, ResolvedPublic

Description

The package lacks any .gitignore
This means running git add on a subdir will easily capture autogenerated files, such as .pyc's

You can take one e.g. from here: https://github.com/github/gitignore , it has nice files for all common (and many uncommon) languages.

Details

Difficulty level
Easy (less than an hour)