forked from apple/embedding-atlas
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (38 loc) · 643 Bytes
/
.gitignore
File metadata and controls
45 lines (38 loc) · 643 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
41
42
43
44
45
.DS_Store
__pycache__/
node_modules/
.ipynb_checkpoints/
.pytest_cache/
.ruff_cache/
.claude/
build/
dist/
distlib/
target/
*.tsbuildinfo
.svelte-kit/
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.parquet
*.ipynb
# E2E test artifacts (Playwright)
e2e/.data/
e2e/test-results/
e2e/playwright-report/
e2e/perf-results/
test-results/e2e/perf-results/
packages/*/test-results/
# Local scratch / snapshot patches that aren't ready to commit
.perf-sprint-stash/