-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (55 loc) · 887 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (55 loc) · 887 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
venv
env
*.pyc
staticfiles
.env
.envrc
.cache
settings.yml
.DS_Store
debug.log
*.swp
*.swo
node_modules
*.code-workspace
.mypy_cache
package-lock.json
.idea
lib/
static/*
.yalc
yalc*
cypress/videos
coverage
react/dist
test-result.json
yarn-error.log
stats.html
bundle-stats*.html
*-bundle-analysis.html
# vite temp files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
cypress/downloads/downloads.html
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/packages/browser-next/.playwright/
/packages/browser-next/test-results/
/stats
packages/browser/docs
dist
tsconfig.tsbuildinfo
.turbo
target
.cursor/mcp.json
# Ignore Cursor plans
.cursor/**/*.plan.md
.next
next-env.d.ts
CLAUDE.md
# Ignore Ralph's local configuration directory
.ralph/
# Review live provider recordings before promoting them to test fixtures.
/packages/ai/harness/fixtures/*.live.json