marouane53 / transcribe

MIT License
145 stars 68 forks source link

feat: adding gitignore #4

Closed Marouan-chak closed 5 months ago

Marouan-chak commented 5 months ago

Summary

This PR introduces a .gitignore file to exclude unnecessary files (e.g., IDE settings, build outputs) from being tracked by Git, keeping the repository clean and focused on relevant changes.

Changes

Added .gitignore with common exclusions: IDE settings, build directories, dependency folders, and environment files.

Justification

Implementing a .gitignore file is essential to avoid cluttering the repository with transient files and makes code review more efficient.