update issue report

added __pycache__ to gitignore
This commit is contained in:
lumapu 2024-08-16 22:54:09 +02:00
parent f1f4481693
commit e07751e4df
3 changed files with 5 additions and 7 deletions

View file

@ -1,9 +1,7 @@
name: "AhoyDTU bug"
description: "File a bug report"
title: "[Bug]"
labels: ["bug", "needs-triage"]
assignees:
- lumapu
name: "issue report"
description: "issue report"
title: ""
labels: ["new", "needs-triage"]
body:
- type: markdown
attributes:

2
.gitignore vendored
View file

@ -16,4 +16,4 @@ src/data/*
src/output.map
/.venv
/scripts/__pycache__/htmlPreprocessorDefines.cpython-311.pyc
/scripts/__pycache__/*