forked from datacommonsorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (76 loc) · 1.49 KB
/
.gitignore
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
100
101
102
103
104
# Python files
__pycache__/
.pytest_cache
*.pyc
.env/
screenshots/*.png
screenshots/screenshot_url.json
# Production static files
**/dist/**
!server/dist/.empty
**/node_modules/**
# Local env.
*.swp
.vscode
.idea
!.vscode/launch.json
.env.list
# Mac
.DS_Store
tmp/
.air.toml
# Kubernetes
gke/endpoints.yaml
gke/mci.yaml
endpoints.yaml
gke/*.crt
gke/*.key
mixer-grpc.*.pb
deploy/overlays/**/endpoints.yaml
deploy/overlays/**/kustomize-build.yaml
deploy/overlays/**/kustomize-deployed.yaml
deploy/overlays/kustomization.yaml
deploy/git/mixer_hash.txt
deploy/git/website_hash.txt
deploy/apigee/**/*.zip
# Helm
build/helm/**/*.tgz
# Terraform
# Local .terraform directories
**/.terraform/*
**/.terraform.lock.*
# .tfstate files
*.tfstate
*.tfstate.*
pylist.json
pytest_log.txt
tools/sdg/sdg.textproto
tools/sdg/subject_page_pb2.py
*diff_report.html
# Experimental - ignore symbolic links
experimental/sdg-static/datacommons/datacommons.js
experimental/sdg-static/datacommons/ranking.min.css
experimental/sdg-static/datacommons/nl_interface.min.css
# Custom DC data
dc-data/
# Topic cache
gen_ordered_list_for_topics.mcf
mcf_parser.py
# Test output files
output/
# wireit files
.wireit
# finetuned model
ft_final_v20230717230459.all-MiniLM-L6-v2/
# model eval output
**/eval/**/result
# CDC ignores
custom_dc/sample/datacommons/**
custom_dc/data/*.db
.cache/
**/*.egg-info
*.egg-info
# Custom DC dev and terraform ignores
build/cdc/dev/.env
*.tfvars
deploy/terraform-custom-datacommons/modules/backend.tf