-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (44 loc) · 805 Bytes
/
.gitignore
File metadata and controls
54 lines (44 loc) · 805 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
# macOS
.DS_Store
# bazel output symlinks
bazel-bin
bazel-heir
bazel-out
bazel-testlogs
# default cmake output directory
build/
# Generated files by hugo
docs/public/
docs/resources/
docs/assets/jsconfig.json
docs/node_modules/
.hugo_build.lock
hugo_stats.json
# python
venv/
.venv/
**/dist/
*.egg-info
wheelhouse/
.python-version
# binaries generated by cibuildwheel
abc_bin
heir-opt
heir-translate
# heir_play
scripts/jupyter/.ipynb_checkpoints/
scripts/jupyter/heir-opt
scripts/jupyter/heir-translate
scripts/jupyter/abc
scripts/jupyter/techmap_lut3.v
scripts/jupyter/techmap_lut4.v
# for rust codegen tests
**/Cargo.lock
tests/**/**/target/
tests/Examples/tfhe_rust_bool/fpga/tfhe-rs/
# vscode
.vscode/**
# for python files
__pycache__/
# lockfile is updated by automation
MODULE.bazel.lock