Skip to content

File tree

5 files changed

+1796
-145
lines changed

5 files changed

+1796
-145
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
.ruff*
66
tilt-example-python/
77

8-
# INCLUDE
9-
!**/.gitkeep
10-
!**/*.example
11-
128
# Byte-compiled / optimized / DLL files
139
__pycache__/
1410
*.py[cod]
@@ -320,3 +316,11 @@ Icon
320316
Network Trash Folder
321317
Temporary Items
322318
.apdisk
319+
320+
# nx monorepo
321+
.nx/cache
322+
.nx/workspace-data
323+
324+
# INCLUDE
325+
!**/.gitkeep
326+
!**/*.example

.tool-versions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
poetry 1.8.3
1+
nodejs 23.4.0
2+
poetry 1.8.5
23
process-compose 1.24.2
34
python 3.11.9
45
uv 0.2.5

nx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3+
"defaultBase": "main",
4+
"nxCloudId": "6760d72603afc40b38a37b09",
5+
"plugins": [
6+
{
7+
"plugin": "@nxlv/python"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)