-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (49 loc) · 792 Bytes
/
.gitignore
File metadata and controls
53 lines (49 loc) · 792 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
.idea/
*.pyc
__pycache__
.vscode
.scala-build
.bsp
.tmp
.test_assets/
build
gh_pages_build
*.DS_Store
logs/
.devcontainer/
gigl.egg-info/
gigl_dataflow_setup.egg-info/
dist/
*.egg-info/
miniconda/
.mypy_cache/
tools/
.metals/
.bloop/
**/project/**/metals.sbt
**/src/test/assets/**/output/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/
gigl/env/customer.yaml
gigl/deps/
_autosummary/
graphlearn_torch/
graphlearn_torch.egg-info/
.git/
.ipynb_checkpoints/
# Ignore downloaded fossa files.
fossa
fossa.bundle
fossa*.zip
# Ignore *all* pickled files, we should *never* put these in git.
*.pkl
# https://github.com/google-github-actions/auth/issues/497
gha-creds-*.json
# Local-only scripts with hardcoded internal identifiers
scripts/_local/