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
/target
/data/
/node_modules/
/package.json
/package-lock.json
publish_at_utc.sh
.knot/
.antigravitycli/
.idea/
# Local Database Persistent Storage
/data/
/tests/.e2e_data/
/tests/.e2e_*_data/
/tests/.e2e_*_repo/
!/tests/.e2e_config_repo/
# fastembed cache (downloaded models, now lives in .knot/fastembed_cache by default)
.fastembed_cache/
# Environment variables (local configuration)
.env
# Performance benchmark run data (baseline.json IS committed)
.perf_metrics/2*/
.perf_metrics/run_*
plan.md
# Additional E2E test artifacts
/tests/.e2e_cross_repo_client/
/tests/.e2e_cross_repo_lib/
# Ignore knot index state in test fixture directories
tests/testing_files/**/.knot/
# Agent skills generated artifacts
.knot-agent-skills/