Skip to content

Add a .gitignore to ignore built files

Andi Vajda requested to merge github/fork/sciyoshi/gitignore into master

Created by: sciyoshi

The .gitignore file makes compiled .pyc files and other build output be ignored by git.

Merge request reports