@biffo/cli 0.188.0 → 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/
|