Gitignores

 
.venv
.env
.conda
__pycache__
 
*.csv
 
 

Common Git Commands:

  • git init
  • git add <file>, do . for all files