Fix(.gitignore) - Add __pycache__ directory to ignore list; ensure Python cache files are excluded from version control.

This commit is contained in:
Félix MARQUET
2025-04-10 15:11:10 +02:00
parent 722719e8af
commit 178074ae56

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ temp_audio.mp3
output.prof
**/*.pyc
__pycache__/