fix: .gitignore

This commit is contained in:
AURUMVORXX
2025-04-15 13:35:28 +03:00
parent eede51b9f3
commit 11883deb0f
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -6,6 +6,8 @@ desktop.ini
/build/ /build/
/out/ /out/
__pycache__/
*.pyc
# Visual Studio # Visual Studio

View File

@@ -1,2 +1,4 @@
# `function` exit # `function` exit
::: src.pyg2o.functions.game.exit ::: src.pyg2o.functions.game.exit
options:
show_source: true