-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.gitignore
More file actions
146 lines (116 loc) · 3.1 KB
/
Copy path.gitignore
File metadata and controls
146 lines (116 loc) · 3.1 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
isardvdi*.cfg
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Python compiled
*.pyc
# Archives
*.tar.gz
# javascript bower
webapp/bower_components
node_modules/
webapp/node_modules/
#rethink data
rethinkdb_data/
# log
*.log
logs/*
#pycharm
.idea/
webapp/.idea/
engine/.idea/
.vscode
#pytest
.pytest_cache
__pycache__
.coverage
# Per-component test-runner outputs (`make ci-test-*` writes these at
# the repo root and per-component src/). Keep them out of git so they
# don't pile up across runs.
coverage.xml
coverage.out
report.xml
# Crash artifacts (e.g. chromium coredumps from Playwright runs).
testing/e2e/core
#ipython
.ipython
#backups
backups/*
#uploads
uploads/*
#docker run scripts
run_docker_engine.py
run_docker_webapp.py
#Generated certs
install/viewer-certs/*.pem
install/viewer-certs/*.csr
test/
install/viewer-certs/host_name
#Conf files
#isard.conf
#Csv files
csv/
#Wizard disable
install/.wizard
known_hosts
#grafana/
certs/
database/
.env
tetris/.env
# Python virtual environment (root workspace)
/.venv/
/docker-compose*.yml
/docker-compose*.yml.*
#debug
/debug.yml
/engine/engine/debug.py
#development
engine/engine/supervisord.pid
docker/hypervisor/src/vlans/api_client.py
component/frontend/yarn.lock
# Generated code
# pkg/gen is excluded except pyproject.toml package manifests needed by the uv workspace
pkg/gen/**
!pkg/gen/proto/
!pkg/gen/proto/python/
!pkg/gen/proto/python/pyproject.toml
!pkg/gen/proto/python/src/
!pkg/gen/proto/python/src/isardvdi_protobuf/
!pkg/gen/proto/python/src/isardvdi_protobuf/__init__.py
!pkg/gen/asyncapi/
!pkg/gen/asyncapi/changefeed/
!pkg/gen/asyncapi/changefeed/pyproject.toml
!pkg/gen/asyncapi/changefeed/changefeed_models/
!pkg/gen/asyncapi/changefeed/changefeed_models/__init__.py
!pkg/gen/asyncapi/changefeed/changefeed_subscribers/
!pkg/gen/asyncapi/changefeed/changefeed_subscribers/__init__.py
component/frontend/src/gen
testing_*_mock.go
pkg/oas/apiv4/apiv4*.json
api/src/api/bastion_domains/*.map
# Playwright reports and results
playwright-report/
test-results/
# Local CI results
ci-results/
# npm lockfile (project uses yarn)
testing/e2e/package-lock.json
node_modules/
# Local git worktrees (for rebases and parallel work)
.worktrees/
# Generated openapi-python-client packages — regenerated by bash build.sh.
# Only the body of the package is generated; the *_auth/ wrapper next to it
# is hand-written and stays tracked.
component/_common/isardvdi_apiv4_client/src/isardvdi_apiv4_client/*
!component/_common/isardvdi_apiv4_client/src/isardvdi_apiv4_client/__init__.py
component/_common/isardvdi_authentication_client/src/isardvdi_authentication_client/*
!component/_common/isardvdi_authentication_client/src/isardvdi_authentication_client/__init__.py
component/_common/isardvdi_notifier_client/src/isardvdi_notifier_client/*
!component/_common/isardvdi_notifier_client/src/isardvdi_notifier_client/__init__.py
component/_common/isardvdi_scheduler_client/src/isardvdi_scheduler_client/*
!component/_common/isardvdi_scheduler_client/src/isardvdi_scheduler_client/__init__.py
component/_common/isardvdi_*_client/*.egg-info/