Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
53 lines (46 loc) · 793 Bytes

File metadata and controls

53 lines (46 loc) · 793 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# Shrink `docker build` context (e.g. docker/Dockerfile `COPY .`, docker/Dockerfile_patch).
# Keep paths required by `pip install` / `python -m build` (setup.py reads README.md).
# VCS & CI
.git
.github
# Editors / local tooling
.cursor
.claude
.vscode
.idea
.clangd
# Python caches & local envs
__pycache__
*.py[cod]
*$py.class
.pytest_cache
.mypy_cache
.ruff_cache
.venv
.cache
*.egg-info
.eggs
.Python
# Local build outputs (rebuilt inside the image)
build
dist
# Not needed to build or install the package
docs
tests
benchmark
autotest
workspace
builder
k8s
eval
icl_inference_output
install
# Extra readmes (setup.py only bundles README.md)
README_zh-CN.md
README_ja.md
# Large / scratch artifacts often present in dev trees
*.jsonl
*.ttf
*.png
compile_commands.json
profile_*.csv
Morty Proxy This is a proxified and sanitized view of the page, visit original site.