-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (86 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
99 lines (86 loc) · 1.62 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
92
93
94
95
96
97
98
99
# Object files
*.o
*.obj
*.lo
# Compiled Dynamic libraries
*.so
*.so.*
*.dylib
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
# Temporary files generated by editors and tools
*.swp
*.swo
*.swn
*~
.ipynb_checkpoints/
*.png
*.pdf
scripts/tmp/
.mplconfig/
data/devices/rigetti_ankaa*
!data/devices/rigetti_ankaa4q_ideal_device.json
!data/devices/rigetti_ankaa4q_ideal_pulses.json
!data/devices/rigetti_ankaa9q3_device.json
!data/devices/rigetti_ankaa9q3_pulses.json
test/benchmarking/*.csv
test/benchmarking/logs/
# CMake generated directories and files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
install_manifest.txt
data/output_demo*
data/output_demo_pulses*
data/output_qasm_file/
# Benchmark-generated artifacts
data/benchmarking/compilation/results/
data/benchmarking/compilation/outputs/
data/benchmarking/mapomatic/results/
data/benchmarking/mapomatic/outputs/
data/benchmarking/space_sharing/results/
data/benchmarking/space_sharing/outputs/
data/benchmarking/qubit_adapt/generated/
data/benchmarking/qubit_adapt/transpiled*/
data/benchmarking/qubit_adapt/results/
data/benchmarking/qubit_adapt/plots/
# Directories generated during build
build/
build-llvm/
build-debug/
Debug/
Release/
x64/
x86/
*.dir/
docs/
# Output files
data/output/
# Other
.DS_Store
.vscode/
*.log
.python-version
venv/
.venv*/
# Local scratch / runtime artifacts
/tmp/
/tmp_weight4_decay_compare*/
# Python
__pycache__/
# Depending on the IDE/Editor you are using, you may want to ignore its config files too
# For example, if using Visual Studio:
# [Bb]in/
# [Bb]uild/
# [Oo]bj/
# *.user
# *.suo
# *.userprefs