-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (79 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
91 lines (79 loc) · 1.04 KB
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
# This file has been generated from an external template. Please do not modify it directly.
# Changes should be contributed to https://github.com/munich-quantum-toolkit/templates.
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Packaging
/build/
/dist/
.eggs/
*.egg
*.egg-info/
/_skbuild/
/wheelhouse/
# Testing
.coverage
.coverage.*
.hypothesis/
.nox/
.pytest_cache/
.tox/
*.cover
*.profraw
coverage.xml
htmlcov/
# Documentation
docs/_build/
docs/**/build/
docs/api/
# Environments
.env
.env.*
!.env.example
!.env.*.example
.venv/
env/
venv/
# Tool caches
.cache/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.rumdl_cache/
# Jupyter
.ipynb_checkpoints/
# Versioning
python/**/_version.py
src/**/_version.py
# CMake
.ccache/
/build_*/
/cmake-build-*/
/out/build/
test/**/build/
CMakeCache.txt
CMakeFiles/
CMakeUserPresets.json
CTestTestfile.cmake
cmake_install.cmake
compile_commands.json
# Editors
.idea/
.vs/
.vscode/
*.swp
*~
# Claude
.claude/
CLAUDE.md
# Operating systems
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db