Chore(.gitignore) - Add Python bytecode files to .gitignore; ensure output.prof is ignored.

This commit is contained in:
Félix MARQUET
2025-04-10 10:26:17 +02:00
parent cbfadb0bbb
commit a8f36ce8e1

4
.gitignore vendored
View File

@@ -13,4 +13,6 @@ game.db
map/infinite/*
temp_audio.mp3
output.prof
output.prof
**/*.pyc