forked from Arize-ai/phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (86 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
106 lines (86 loc) · 2.09 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Generated dirs
.vscode
!.vscode/extensions.json
.idea
.coverage
node_modules
dist
sdist
*__pycache__*
**/.pytest_cache
**/.ipynb_checkpoints/
**/.DS_Store
**/.playwright-mcp/
# Server static files
/src/phoenix/server/static/*
# sqlite db files
phoenix.db*
# Docgen
/js/**/docs
# Data files
*.csv
!tests/**/fixtures/*.csv
!app/tests/fixtures/*.csv
*.hdf
*.hdf5
.jcs-test-data/*
!.jcs-test-data/.gitkeep
# Testing
coverage.xml
.tox
# devtools
pyrightconfig.json
!/packages/phoenix-client/src/phoenix/client/helpers/sdk/pyrightconfig.json
!/packages/phoenix-client/tests/canary/sdk/pyrightconfig.json
!/tests/integration/pyrightconfig.json
.cursorrules
# Demo data
tutorials/internal/demo_llama_index/*.json
examples/agent_framework_comparison/utils/saved_traces/*.parquet
.env
.env.phoenix
# python environments
.conda
.venv
# Deno Notebook Environment
js/examples/notebooks/**/deno.lock
# Vignettes are exploratory/demo code, not part of the SBOM
internal_docs/vignettes/**/pnpm-lock.yaml
# These can be generated by code refactoring via IntelliJ,
# but they should be excluded from their Python packages, as
# they would clobber the same files in phoenix when they are
# installed as submodules.
/packages/__init__.py
/packages/phoenix-client/__init__.py
/packages/phoenix-client/src/__init__.py
/packages/phoenix-client/src/phoenix/__init__.py
/packages/phoenix-evals/__init__.py
/packages/phoenix-evals/src/__init__.py
/packages/phoenix-evals/src/phoenix/__init__.py
/packages/phoenix-otel/__init__.py
/packages/phoenix-otel/src/__init__.py
/packages/phoenix-otel/src/phoenix/__init__.py
# Caches
.pnpm-store
# scrtach work
.scratch
# git worktrees
/.worktrees/
# builds
packages/phoenix-otel/docs/build/
packages/phoenix-client/docs/build/
packages/phoenix-evals/docs/build/
# Deployment
helm/charts/*.tgz
# mypy
.mypy_cache
.hypothesis
.claude/worktrees/
# Build-context artifacts copied into each task's environment
/evals/harbor/**/*.whl
/evals/harbor/tasks/**/environment/run_server_agent.py
/evals/harbor/tasks/**/environment/fetch_fixtures.py
# WebAssembly binaries
wasm/*.wasm
# Harbor run artifacts
/jobs/