WIP: Add new role witch #2

Manually merged
yoxu merged 6 commits from dev into main 2025-09-06 20:59:12 +02:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit c55315fa3e - Show all commits

Edit gitignore + remove .vscode folder

yoxu 2025-09-04 21:07:34 +02:00
Signed by: yoxu
GPG key ID: CC1DC0EBE5E7D4E8

2
.gitignore vendored
View file

@ -199,7 +199,7 @@ cython_debug/
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer, # and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder # you could uncomment the following to ignore the entire vscode folder
# .vscode/ .vscode/
# Ruff stuff: # Ruff stuff:
.ruff_cache/ .ruff_cache/

View file

@ -1,5 +0,0 @@
{
"cSpell.words": [
"potionchoice"
]
}