-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
113 lines (104 loc) · 2.07 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# for personal usage
tbd*
.vscode/
.DS_Store
cuda/cuda/include/helper_cuda.h
cuda/cuda/include/helper_string.h
cuda/**/build/
# python/
python/**/.env
python/**/__pycache__/
python/**/.pytest_cache/
python/**/.ipynb_checkpoints
python/setuptools/**/*.egg-info/
python/setuptools/*/build/
python/cirq/np_quantum_circuit.py
python/pyquil/np_quantum_circuit.py
python/cupy/np_quantum_circuit.py
python/chainer/data
python/pytorch/data
python/paramiko/private_info.json
python/oneflow/data
python/nvidia_DALI/data
python/mxnet/im2rec.py
python/mxnet/data
python/STDL/private_info.ini
python/nvidia_DALI/.cache
python/mindspore/**/checkpoint*
python/mindspore/**/MNIST_Data
python/mindspore/data/
python/nni/ws00/data
python/deepxde/data
python/oommf/data
python/fairseq/data
python/cython/**/build
python/cython/**/*.egg-info
python/cython/**/*.html
python/seaborn/seaborn_data
python/sentencepiece/data
python/pytorch/torchtext/data
python/tvm/data
python/deepmd/data
python/openmm/data
python/qiskit/token.txt
python/scipy/ws_f2py/**/*.cpython*
python/openai/data
python/flask/**/*.sqlite3
python/replicate/**/.cog/
python/networkx/data
python/**/.ruff_cache/
python/deepmd/**/data/
python/pygame/ws00/audio
python/pygame/ws00/font
python/pygame/ws00/graphics
python/pyvista/data/
python/trimesh/data/
# rust
rust/**/*.exe
rust/**/*.pdb
rust/**/debug/
rust/**/target/
rust/**/Cargo.lock
# cpp/
cpp/**/*.o
cpp/**/*.a
cpp/**/build
cpp/**/*.so
cpp/meson/**/build/
# latex
latex/**/*.aux
latex/**/*.lof
latex/**/*.log
latex/**/*.lot
latex/**/*.fls
latex/**/*.out
latex/**/*.toc
latex/**/*.fmt
latex/**/*.fot
latex/**/*.cb
latex/**/*.cb2
latex/**/.*.lb
latex/**/*.dvi
latex/**/*.xdv
latex/**/*.ps
latex/**/*.pdf
latex/**/*.eps
latex/**/*.bbl
latex/**/*.bcf
latex/**/*.blg
latex/**/*-blx.aux
latex/**/*-blx.bib
latex/**/*.run.xml
latex/**/*.fdb_latexmk
latex/**/*.synctex.gz
latex/latex/*Notes.bib
# cmake
cmake/**/build/
# linux
linux/tcltk/**/pkgIndex.tcl
# javascript
javascript/**/node_modules/
# javascript/nextjs
javascript/nextjs/**/package.json
javascript/nextjs/**/package-lock.json
javascript/nextjs/**/.next/