-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 769 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (34 loc) · 769 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
# Build directories
build*/
scripts/
Corpus/
# IDE
.vscode/
.vs/
*.sln
*.vcxproj
*.vcxproj.filters
# Python
__pycache__/
.venv/
venv/
*.pyd
*.pyc
*.mypy*
# Dependencies
vcpkg_installed/
node_modules/
# Publishable package outputs are fully generated by scripts/build-*.ps1.
# Hand-written templates live in bindings/templates/{js-ts,python}/.
packages/
# Python sdist + wheel artefacts produced by `python -m build` /
# scikit-build-core / cibuildwheel — always written to packages/python/dist/
# (the `packages/` ignore above already covers them). The bare `dist/` and
# `wheelhouse/` entries below are belt-and-braces for the case where
# someone runs the build tool from the repo root without --outdir.
dist/
wheelhouse/
*.egg-info/
# OS
.DS_Store
Thumbs.db