mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-03-18 21:50:33 +01:00
Fix(.gitignore) - Add __pycache__ directory to ignore list; ensure Python cache files are excluded from version control.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ temp_audio.mp3
|
|||||||
output.prof
|
output.prof
|
||||||
|
|
||||||
**/*.pyc
|
**/*.pyc
|
||||||
|
__pycache__/
|
||||||
Reference in New Issue
Block a user