-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
440 lines (373 loc) · 12.9 KB
/
Copy path.gitignore
File metadata and controls
440 lines (373 loc) · 12.9 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
#poetry.toml
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
#pdm.lock
#pdm.toml
.pdm-python
.pdm-build/
# pixi
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
#pixi.lock
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
# in the .venv directory. It is recommended not to include this directory in version control.
.pixi
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Abstra
# Abstra is an AI-powered process automation framework.
# Ignore directories containing user credentials, local state, and settings.
# Learn more at https://abstra.io/docs
.abstra/
# Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/
# Ruff stuff:
.ruff_cache/
# PyPI configuration file
.pypirc
# Cursor
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# refer to https://docs.cursor.com/context/ignore-files
.cursorignore
.cursorindexingignore
# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/
##
## Framework, Platform, and Language Specific
##
# ignore the .vscode directory
.vscode/
# ignore the .idea directory
.idea/
# ignore any node_modules directories
node_modules/
# ignore the .node_modules directory
.node_modules/
# ignore the .DS_Store file
.DS_Store
# ignore the .pytest_cache directory
.pytest_cache/
# ignore .sqlite3 database file
*.sqlite3
# =================================================================================
# *** New Repo Name: perfpilot-hub ***
# Original Repo Name: mcp-perf-suite
#
# The following files and directories are ignored to prevent sensitive information,
# local configurations, and temporary files from being tracked in version control.
# =================================================================================
# Ignore all .env files
.env
.env.*
# But keep .env example files
!.env.example
!.env.*.example
# Ignore all config.yaml files
config.yaml
config.yml
# But keep example config files
!config.example.yaml
!config.example.yml
!*.example.yaml
!*.example.yml
# ignore config.yaml files for Windows or Mac systems (NOTE: These files are specific to OS, but can be re-enabled by commenting out the following lines)
**/config.mac.yaml
**/config.windows.yaml
# Ignore lock files (environment specific, auto-generated)
uv.lock
poetry.lock
package-lock.json
# Ignore docker data and local YAML files for Docker Compose, which may contain sensitive information or be specific to individual environments
docker/data/*
docker/docker-compose.yaml
docker/Dockerfile.gateway
docker/Dockerfile.pgvector-age
docker/Dockerfile.agent-backend
docker/Dockerfile.agent-frontend
docker/Dockerfile.playwright-mcp
docker/ca-bundle.pem
docker/certs/jmeter/*.jks
!docker/certs/jmeter/.gitkeep
docker/certs/corporate/*
!docker/certs/corporate/.gitkeep
# ignore performance test results and logs
mcp-perf-suite/artifacts/*
!mcp-perf-suite/artifacts/.gitkeep
!mcp-perf-suite/artifacts/README.md
# Ignore local JMeter configuration files and all custom JMeter MCP test-spec files
mcp-perf-suite/jmeter-mcp/jmeter_config.yaml
mcp-perf-suite/jmeter-mcp/correlation_config.yaml
mcp-perf-suite/jmeter-mcp/test-specs/*
mcp-perf-suite/jmeter-mcp/test-specs/azure-devops/*.txt
mcp-perf-suite/jmeter-mcp/test-specs/azure-devops/*.md
!mcp-perf-suite/jmeter-mcp/test-specs/README.md
!mcp-perf-suite/jmeter-mcp/test-specs/web-flows/blazedemo_product_purchase.md
!mcp-perf-suite/jmeter-mcp/test-specs/azure-devops/
!mcp-perf-suite/jmeter-mcp/test-specs/azure-devops/README.md
!mcp-perf-suite/jmeter-mcp/test-specs/jira/
!mcp-perf-suite/jmeter-mcp/test-specs/jira/README.md
# Ignore local Datadog environments and custom queries files
mcp-perf-suite/datadog-mcp/environments.json
mcp-perf-suite/datadog-mcp/custom_queries.json
# Ignore the following Microsoft Teams local configuration files
mcp-perf-suite/msteams-mcp/templates/*
!mcp-perf-suite/msteams-mcp/templates/default-notification-*.md
# Ignore local config YAML files for perfanalysis-mcp
mcp-perf-suite/perfanalysis-mcp/slas.yaml
mcp-perf-suite/perfanalysis-mcp/test/**
mcp-perf-suite/perfanalysis-mcp/tests/**
# Ignore local config YAML files for perfmemory-mcp
mcp-perf-suite/perfmemory-mcp/taxonomy.yaml
mcp-perf-suite/perfmemory-mcp/tools/logs/*.log
# Ignore all files in perfreport-mcp/templates except the default templates
mcp-perf-suite/perfreport-mcp/templates/*
!mcp-perf-suite/perfreport-mcp/templates/default_*.md
# Ignore local config YAML files for perfreport-mcp
mcp-perf-suite/perfreport-mcp/report_config.yaml
mcp-perf-suite/perfreport-mcp/chart_schema.yaml
mcp-perf-suite/perfreport-mcp/chart_colors.yaml
mcp-perf-suite/perfreport-mcp/test/**
mcp-perf-suite/perfreport-mcp/tests/**
# Ignore Docker gateway config files (users copy from .example versions)
docker/config/gateway/config.yaml
docker/config/blazemeter/config.yaml
docker/config/confluence/config.yaml
docker/config/datadog/config.yaml
docker/config/datadog/environments.json
docker/config/datadog/custom_queries.json
docker/config/jmeter/config.yaml
docker/config/jmeter/jmeter_config.yaml
docker/config/jmeter/correlation_config.yaml
docker/config/jmeter/jmeter-overrides.properties
docker/config/perfanalysis/config.yaml
docker/config/perfanalysis/slas.yaml
docker/config/perfmemory/config.yaml
docker/config/perfmemory/taxonomy.yaml
docker/config/perfreport/config.yaml
docker/config/perfreport/report_config.yaml
docker/config/perfreport/chart_schema.yaml
docker/config/perfreport/chart_colors.yaml
# Ignore the following AG2 Agent Framework local configuration files (operators
# copy from .example versions). The .env file is already covered by the global
# `.env` rule above; the explicit entry here makes the agent-framework section
# self-documenting. The committed templates live at:
# - `agent-framework/backend/config/agents.example.yaml` (global)
# - `agent-framework/backend/agents/<agent-name>/config.example.yaml` (per-agent)
# Each operator-side `config.yaml` is a local override; the loader (see
# `utils/base_agent.py::CANDIDATE_CONFIG_FILES`) walks both candidates in
# priority order and uses whichever exists.
agent-framework/backend/.env
agent-framework/backend/config/agents.yaml
agent-framework/backend/agents/*/config.yaml
# Re-include the Next.js frontend lib/ directory (excluded by the bare `lib/`
# rule in the Python packaging section which matches recursively)
!agent-framework/frontend/ui/lib/
!agent-framework/frontend/ui/lib/**
# Dev-only destructive helper for re-DDL'ing perfagent_state during the
# architecture-build phase. Kept out of the published repo because it can
# wipe a developer's local database with a single `--yes` flag and is not
# intended for end-users. Recreate from the in-repo development notes if
# the file is ever needed again on a fresh clone.
agent-framework/backend/sql/drop_perfagent_state.py
# Ignore all Playwright output files
.playwright-mcp/*
# =========================================================
# Custom Cursor files
# =========================================================
# Ignore all custom Cursor Rules files, except the below
.cursor/rules/*.mdc
!.cursor/rules/prerequisites.mdc
!.cursor/rules/browser-automation-guardrails.mdc
!.cursor/rules/jmeter-script-guardrails.mdc
!.cursor/rules/mcp-error-handling.mdc
!.cursor/rules/skill-execution-rules.mdc
# Ignore all custom Cursor Skills files, except the below
.cursor/skills/*
!.cursor/skills/ado-test-case-conversion/
!.cursor/skills/ado-test-case-conversion/SKILL.md
!.cursor/skills/comparison-report-workflow/
!.cursor/skills/comparison-report-workflow/SKILL.md
!.cursor/skills/jmeter-correlation-naming/
!.cursor/skills/jmeter-correlation-naming/SKILL.md
!.cursor/skills/jmeter-correlation-naming/naming-conventions.md
!.cursor/skills/jmeter-debugging/
!.cursor/skills/jmeter-debugging/SKILL.md
!.cursor/skills/jmeter-entraid-debugging/
!.cursor/skills/jmeter-entraid-debugging/SKILL.md
!.cursor/skills/jmeter-har-conversion/
!.cursor/skills/jmeter-har-conversion/SKILL.md
!.cursor/skills/jmeter-hitl-editing/
!.cursor/skills/jmeter-hitl-editing/SKILL.md
!.cursor/skills/jmeter-script-validator/
!.cursor/skills/jmeter-script-validator/SKILL.md
!.cursor/skills/jmeter-swagger-conversion/
!.cursor/skills/jmeter-swagger-conversion/SKILL.md
!.cursor/skills/msteams-notification/
!.cursor/skills/msteams-notification/SKILL.md
!.cursor/skills/perfmemory/
!.cursor/skills/perfmemory/SKILL.md
!.cursor/skills/performance-testing-workflow/
!.cursor/skills/performance-testing-workflow/SKILL.md
!.cursor/skills/playwright-browser-automation/
!.cursor/skills/playwright-browser-automation/SKILL.md
!.cursor/skills/report-revision-workflow/
!.cursor/skills/report-revision-workflow/SKILL.md
!.cursor/skills/sharepoint-upload/
!.cursor/skills/sharepoint-upload/SKILL.md
!.cursor/skills/subagent-orchestrator/
!.cursor/skills/subagent-orchestrator/SKILL.md
# Ignore all custom Cursor Agents files, except the below
.cursor/agents/*
!.cursor/agents/blazemeter-extractor.md
!.cursor/agents/datadog-extractor.md
!.cursor/agents/jmeter-script-validator.md
# Ignore all custom Cursor Docs & Plans files, except the below
.cursor/plans/
.cursor/docs/
.cursor/bugs/
.cursor/enhancements/
# =========================================================
# Test scripts and test files
# =========================================================
scripts/*
test_datadog.py
test_blazemeter.py
test_perfanalysis.py
simple_test.py
jmeter-mcp/test_correlation_analyzer.py