/target
PRD/
design/
agentinfo/
scratch/
graphify-out/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
tfplan
*.tfvars
!*.tfvars.example

# Audit Logs and Backups (FR-104, FR-109)
*.log
*.bak
*.sig

# Reports
session-report.json
report.json
matrix_results.json

# HTML & CSS (local dashboard html & control-plane UI are tracked)
*.html
!src/dashboard/dashboard.html
!src/local_dashboard/local_dashboard.html
!control-plane/ui/**/*.html
*.css
!control-plane/ui/**/*.css

# IDEs and OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Compiled artifacts in root
vexa
vexa.exe
agent
agent.exe
agentwall
agentwall.exe
*.pdb
*.zip
vexa-mvp1/
agentwall-pkg/
Cargo.lock

# Manual test runs
manual_test/*.log
manual_test/*.bak
tests/tmp_*

# Local policies
policy.yaml
policy.yaml.bak

# Python caches
__pycache__/
**/__pycache__/
*.pyc

# Tooling artifacts
test-tools/**/target/
node_modules/
**/node_modules/

# SDK Build Artifacts (Python & TypeScript)
sdks/**/dist/
sdks/**/build/
sdks/**/*.egg-info/
sdks/**/.pytest_cache/
*.tsbuildinfo

# MCP Schema Drift baselines & compliance evidence exports
schema_baselines.json
schema_baselines.json.bak
baselines.json
*evidence.json

# Environment variables
.env
.env.*

# Generated test plan docs (covered by formal test suite)
tests/PHASE1_VERIFICATION_TEST_PLAN.docx
tests/PHASE1_VERIFICATION_TEST_PLAN.md
tests/fixtures/README.md
test-cert.pem 
test-key.pem 
.claude/
