clubgamma / Sorting_Algorithm_Visualizer

A GUI based python program to visualize Sorting Algorithms.
0 stars 6 forks source link

Add .gitignore for this project #10

Closed chirayu-joshi closed 3 years ago

chirayu-joshi commented 3 years ago

After going through a pull request, I think that there are some files and folders which can be ignored. For example, __pycache__, log files, build files, etc.

So, I would like to add .gitignore file.