Chore: Stop tracking files based on .gitignore update.

Untracked files matching the following rules:
- Rule "!.vscode/launch.json": 1 file
This commit is contained in:
VALLONGOL 2025-09-15 10:50:11 +02:00
parent 640d772dd1
commit e3fbb24ef4

3
.gitignore vendored
View File

@ -148,3 +148,6 @@ dmypy.json
# Temporary files # Temporary files
*.swp *.swp
*~ *~
_dist/*
_build/*
_downloaded/*