Add python specific entries to .gitignore (#8390)

This commit is contained in:
Matthew Scott Krafczyk
2025-08-22 22:55:28 -05:00
committed by GitHub
parent 5a9ea8d260
commit cdc63f35bb

4
.gitignore vendored
View File

@@ -87,3 +87,7 @@ forge-gui/tools/PerSetTrackingResults
*.tiled-session
/forge-gui/res/adventure/*.tiled-project
/forge-gui/res/adventure/*.tiled-session
# Ignore python temporaries
__pycache__
*.pyc