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