intro-stat-learning / ISLP_labs

Up-to-date version of labs for ISLP
BSD 2-Clause "Simplified" License
660 stars 388 forks source link

add .gitignore to Enhance Project Cleanliness and Security #25

Open pChitral opened 4 months ago

pChitral commented 4 months ago

Objective: This pull request introduces a .gitignore file to the ISLP_labs repository to prevent the inclusion of unnecessary or sensitive files that can clutter the project and compromise security.

Benefits:

Included in .gitignore:

Conclusion: Adding this .gitignore helps align the repository with best practices for Python projects, ensuring a cleaner and more secure collaboration environment.