-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 711 Bytes
/
.gitignore
File metadata and controls
55 lines (49 loc) · 711 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
## temp/cache files
*.DS_Store
.vscode
__pycache__
*.scc
*.dmp
_*.pkl
.ipynb_checkpoints
.pytest_cache
.virtual_documents
.ruff_cache
# bear
compile_commands.json
compile_flags.txt
## build files
build
build*/
build_*/
dist
*.egg-info
*.cpp
*.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
tools/core/*.inc
## docs folders
docs/_build/
docs/source/
## Hidden files
.*
!.clang-format
!.github/
!.github/workflows/
!.github/workflows/*.yml
!.gitignore
## Notebook-generated
*.png
*.svg
*.csv