forked from DavidLapous/multipers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (52 loc) · 811 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (52 loc) · 811 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
## temp/cache files
*.DS_Store
.vscode
__pycache__
*.scc
*.dmp
_*.pkl
.ipynb_checkpoints
.pytest_cache
.virtual_documents
.ruff_cache
*.tmp
# bear
compile_commands.json
compile_flags.txt
## build files
build
build*/
build_*/
dist
*.egg-info
*.so
*.o
*.whl
*.dep
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
cython/
## Tempita generated codegen outputs
multipers/gudhi/filtrations_extern_templates.h
multipers/gudhi/simplextree_multi_extern_templates.h
multipers/gudhi/slicer_extern_templates.h
multipers/_slicer_nanobind_registry.inc
multipers/_mma_nanobind_registry.inc
tools/core/*.inc
## docs folders
docs/_build/
docs/source/
docs/notebooks/**/*.py
## Hidden files
.*
!.clang-format
!.github/
!.github/workflows/
!.github/workflows/*.yml
!.gitignore
## Notebook-generated
*.png
*.svg
*.csv