-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (33 loc) · 762 Bytes
/
.gitignore
File metadata and controls
40 lines (33 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/data/**
**/target/**
.idea/
**/.vscode/
**/.venv/**
**/dist/**
logs/**
**.wasm
protocol/generated/**
function-stream/**
distribution/
.function-stream-cli-history
examples/go-processor/bindings/**
examples/go-processor/build/**
examples/go-processor/wit/**
**/wit/deps/
wit/wkg.lock
examples/python-processor/build/**
examples/python-processor/dependencies/**
python/functionstream-client/src/fs_client/_proto/
python/functionstream-api/build
python/functionstream-api-advanced/build
# python Runtime - Build artifacts and intermediate files
python/**/bindings/
python/**/dependencies/
python/**/target/
**/**.egg-info
.cache/
/.cursor/worktrees.json
# Integration test output
tests/integration/target/
tests/integration/.venv/
tests/integration/install