diff --git a/.gitignore b/.gitignore index 74850c8..4bb28ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ desktop.ini /build/ /out/ +__pycache__/ +*.pyc # Visual Studio diff --git a/docs/functions/game/exit.md b/docs/functions/game/exit.md index 63eb8a8..8c20c50 100644 --- a/docs/functions/game/exit.md +++ b/docs/functions/game/exit.md @@ -1,2 +1,4 @@ # `function` exit -::: src.pyg2o.functions.game.exit \ No newline at end of file +::: src.pyg2o.functions.game.exit + options: + show_source: true \ No newline at end of file