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
# Rust build artifacts
/target/
# Note: Cargo.lock is committed for binary crates to ensure reproducible builds
# See: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
# IDE
.vscode/*
!.vscode/extensions.json
.idea
*.iml
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Intent-Engine data
.intent-engine/
*.db
!schema.sql
# Test and coverage artifacts
.playwright-mcp/
coverage_report/
coverage_lib_only/
coverage/
coverage.log
lcov.info
# Migration and temporary scripts
export.log
migration.log
export_to_import.py
import.sh
migrate_data.py
test-consistency.sh
*.backup
# OS
.DS_Store
Thumbs.db
.claude/
# Intent-Engine local database and state
.intent-engine/
# npm platform package binaries (downloaded during CI)
npm/intent-engine-*/bin/ie
npm/intent-engine-*/bin/ie.exe