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" name: "issue report"
description: "File a bug report" description: "issue report"
title: "[Bug]" title: ""
labels: ["bug", "needs-triage"] labels: ["new", "needs-triage"]
assignees:
- lumapu
body: body:
- type: markdown - type: markdown
attributes: attributes:

2
.gitignore vendored
View file

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