❌ → Add *.tar.bz2 and /envs/ to .gitignore .
Using the terminal or Anaconda Prompt, you should initialize a project-specific environment: building data science solutions with anaconda
conda create -n project-name python=3.10 conda activate project-name conda install jupyter pandas scikit-learn matplotlib ❌ → Add *