Cleanup .gitignore

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-12 10:00:09 +02:00
parent 5ac6c1ab26
commit 27fe6edcf7

12
.gitignore vendored
View File

@@ -3,17 +3,15 @@ bin/
debug/ debug/
build/ build/
# Unit tests and code coverage
tests/unit/build/
tests/unit/coverage/
tests/unit/coverage.*
# Python # Python
venv/ venv/
*.pyc *.pyc
__version__.py __version__.py
# JS
tests/node_modules
tests/lib
tests/yarn-error.log
tests/elfs/*
tests/snapshots-tmp
.vscode .vscode
.idea .idea