Search code examples
pythongitgithubgitignoregit-bash

I am creating a program in python what files should i add to gitignore?


I am currently writing a program in python however before I fully start I set up my git repository so I want to know what are the files that should be added to gitignore before I push to Github. Not adding the correct files in previous projects caused me many problems, therefore, I am trying to avoid the same mistake


Solution

  • There is one git repository for various types of gitignores on github.

    Python.gitignore