What is Git?
A version control system, built by the same person who built Linux.
Gitignores
.venv
.env
.conda
__pycache__
*.csv
Common Git Commands:
git initgit add <file>, do.for all files
A version control system, built by the same person who built Linux.
.venv
.env
.conda
__pycache__
*.csv
git initgit add <file>, do . for all files