@biffo/cli 0.187.1 → 0.188.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ .venv/
5
+ .pytest_cache/
6
+ .ruff_cache/
7
+
8
+ # Node
9
+ node_modules/
10
+ dist/
11
+ *.log
12
+
13
+ # Env
14
+ .env
15
+ .env.*
16
+ !.env.example
17
+
18
+ # Per-unit-of-work worktrees (AGENTS.md §1). Git-ignored so they are never
19
+ # committed and never double-scanned by a linter or type-checker.
20
+ .worktrees/
@@ -69,3 +69,7 @@ pnpm-debug.log*
69
69
  coverage
70
70
  htmlcov
71
71
  .coverage
72
+
73
+ # Per-unit-of-work worktrees (AGENTS.md §1). Git-ignored so they are never
74
+ # committed and never double-scanned by a linter or type-checker.
75
+ .worktrees/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.187.1",
3
+ "version": "0.188.1",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",