forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
90 lines (90 loc) · 1.01 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
*.swp
*.swo
/.vs
/.*_localrc
/tags
/Debug
*.sdf
/x64
*.VC.opendb
*.TMP
/Tinge/x64
/Tinge/Debug
/output
*.psess
*.vsp
/src/x64
*.aux
*.pdf
*.log
*.toc
*.synctex.gz
*.out
.idea
*.pyc
.DS_Store
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
FindNumpyPath.py
runtimes/Taichi.pyd
runtimes/tmp*
runtimes/task*
runtimes/*.exe
runtimes/*.dll
runtimes/Release
runtimes/Debug
runtimes/RelWithDebInfo
runtimes/*.png
runtimes/taichi_python*
runtimes/libtaichi_python*
.pypirc
dist/
python/MANIFEST
build/
build_clang_tidy/
bin/
tmp/
cmake-build-*
modules.txt
/external/lib
__pycache__
/outputs
/benchmarks/output
/benchmarks/baseline
*.ppm
*.png
*.jpg
!docs/**/*.jpg
!docs/**/*.png
!tests/python/expected/*.png
*.egg-info
.tlang_cache
/taichi/common/version.h
/taichi/common/commit_hash.h
/python/test_env
/CHANGELOG.md
/.coverage
/coverage.xml
/htmlcov
libpython_path.txt
.vscode
_build
*.bin
*.gif
*.mp4
*.dat
*.ptx
*.ll
*.bc
*.yml
!.github/**/*.yml
*.dot
*.json
!tests/**/*.json
!docs/**/*.json
imgui.ini
/venv/
/_skbuild/
.cache
.do-not-clean