This commit is contained in:
2026-07-08 12:10:42 +02:00
parent 3dacbb3ab0
commit 608974021d
7 changed files with 44 additions and 44 deletions
+11 -11
View File
@@ -4,7 +4,7 @@ tests/test_json_exhaustive
tests/test_toml_exhaustive
tests/test_yaml_exhaustive
*.bak*
# ── Nim ──────────────────────────────────────────────────────────────────
# -- Nim ------------------------------------------------------------------
nimcache/
nimblecache/
*.exe
@@ -15,10 +15,10 @@ nimblecache/
*.so
*.dylib
# ── Binaries (compiled output) ───────────────────────────────────────────
# -- Binaries (compiled output) -------------------------------------------
bin/
# ── Test compiled binaries (source is .nim, binaries have no extension) ──
# -- Test compiled binaries (source is .nim, binaries have no extension) --
tests/test_all
tests/test_bash
tests/test_nim
@@ -35,16 +35,16 @@ tests/test_mixed
tests/test_config
tests/test_fuzz
# ── Logs ─────────────────────────────────────────────────────────────────
# -- Logs -----------------------------------------------------------------
*.log
# ── Python cache ─────────────────────────────────────────────────────────
# -- Python cache ---------------------------------------------------------
__pycache__/
*.pyc
*.pyo
*.pyd
# ── OS files ─────────────────────────────────────────────────────────────
# -- OS files -------------------------------------------------------------
.DS_Store
.DS_Store?
._*
@@ -54,7 +54,7 @@ ehthumbs.db
Thumbs.db
desktop.ini
# ── Editor files ─────────────────────────────────────────────────────────
# -- Editor files ---------------------------------------------------------
*.swp
*.swo
*~
@@ -65,23 +65,23 @@ desktop.ini
*.sublime-project
*.sublime-workspace
# ── Environment / secrets ────────────────────────────────────────────────
# -- Environment / secrets ------------------------------------------------
.env
.env.local
.env.*.local
*.env
!.env.example
# ── Temporary / backup files ─────────────────────────────────────────────
# -- Temporary / backup files ---------------------------------------------
/tmp/
*.tmp
*.temp
*.pid
# ── dpc agent logs ───────────────────────────────────────────────────────
# -- dpc agent logs -------------------------------------------------------
dpc.log
# ── Coverage reports ─────────────────────────────────────────────────────
# -- Coverage reports -----------------------------------------------------
*.gcda
*.gcno
*.gcov