geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.

Home Page:https://discord.gg/Bvw8NR9VnM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create .gitignore File

aryasoni98 opened this issue · comments

Create .gitignore File

What is this for?

.gitignore file is to allow you to ignore files, such as editor backup files, build products or local configuration overrides that you never want to commit into a repository.

Not needed right now.