-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy path.gitignore
87 lines (87 loc) · 1.69 KB
/
.gitignore
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
!.vscode/launch.json
__emails__
__pycache__/
# Local files generated for the ANTLR VS Code extension (https://github.com/mike-lischke/vscode-antlr4)
.antlr
.coverage
# Assistant Evaluation with Deepeval
.deepeval
.deepeval_telemtry.txt
.deepeval-cache.json
.dlt
.dmypy.json
.DS_Store
.env
.eslintcache
.idea
.mypy_cache
.parcel-cache
# pyenv local config
.python-version
.temp-deepeval-cache.json
.temporal-worker-settings
.turbo
.venv
.vscode/*
.wokeignore
.yalc
*-esbuild-bundle-visualization.html
*-esbuild-meta.json
*.code-workspace
*.db
*.isorted
*.log
*.pyc
*.swo
*.swp
**/*.tsbuildinfo
*Type.ts
/env
/playwright-report/
/test-results/
a11y/
build-storybook.log
celerybeat-schedule
celerybeat.pid
common/hogvm/typescript/.parcel-cache
common/hogvm/typescript/dist
common/plugin_transpiler/dist
coverage-*.xml
cypress/**/*.diff.png
cypress/downloads/
cypress/screenshots/
debug.log
docker-compose.prod.yml
ee/benchmarks/results
ee/support_sidebar_max/.env
ee/support_sidebar_max/.vscode
ee/support_sidebar_max/.vscode/settings.json
ee/support_sidebar_max/max-venv/
frontend/__snapshots__/__diff_output__/
frontend/__snapshots__/__failures__/
frontend/.cache/
frontend/@posthog/apps-common/dist/
frontend/dist/
frontend/pnpm-error.log
frontend/public/Matter*.woff* # Paid font
frontend/tmp
frontend/types/
# ANTLR-generated temp files when "npm run grammar:build" crashes
gen/
max-test-venv/
node_modules/
object_storage/
playwright/e2e-vrt/**/*-darwin.png
pnpm-error.log
# pyright config (keep this until we have a standardized one)
pyrightconfig.json
settings.yml
share/GeoLite2-City.mmdb
staticfiles
storybook-static
temp_test_run_data.json
# ignore all dagster tmp directories that may be created
tmp*/
upgrade/
venv
yalc.lock