intel / certified-developer

Official repository of the Intel Certified Developer Program
https://www.intel.com/content/www/us/en/developer/certification/mlops.html?
BSD 3-Clause "New" or "Revised" License
34 stars 33 forks source link

Add .gitignore for Python and Conda Environments #14

Closed ZioGuillo closed 8 months ago

ZioGuillo commented 8 months ago

This pull request introduces a .gitignore file tailored for Python development environments, specifically considering the nuances of projects using Conda.

The purpose of this .gitignore is to ensure that unnecessary files and directories related to Python and Conda are not tracked by Git, thereby maintaining a clean and efficient repository.

Key Features of the .gitignore:

Miscellaneous Files: Additionally, common files and directories like .DS_Store, Thumbs.db, etc., which are not relevant to the project, are also ignored.