-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (54 loc) · 1.11 KB
/
.gitignore
File metadata and controls
68 lines (54 loc) · 1.11 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
example-crs-architecture/
.terraform/
errored.tfstate
## Localized environment variables
**/.env
**/env
**/env.*
**/venv
## Generated Kubernetes Resources
.k8s
deployment/k8s/values-*.yaml
deployment/k8s/base/tailscale-coredns/coredns-custom.yaml
deployment/k8s/base/tailscale-operator/operator.yaml
deployment/k8s/base/tailscale-connections/proxies.yaml
## Python
__pycache__/
# Devenv
# This is another solution for managing dev environments
# And these entries are ment to prevent accidentally
# committing stuff that others may not be utilizing.
.devenv*
devenv.local.nix
devenv.lock
# direnv
.direnv
env/
pip-wheel-metadata/
*.egg-info/
__pycache__/
.coverage*
.idea
html/
dist/
.pdm-*
pdm.lock
.langchain.db
# Mypy type checking cache
.mypy_cache/
**/.mypy_cache/
# Hypothesis property-based testing cache
.hypothesis/
**/.hypothesis/
*.bak
*.orig
# generated protobuf
common/common/datastructures/fuzzer_msg*
crs_scratch/*
tasks_storage/*
node_data_storage/*
# Serena runtime files (keep .serena/project.yml tracked)
.serena/memories/
.serena/*.log
# WASM runtimes (downloaded for seed-gen sandbox tests)
.wasm/