lankasailendra/BMCTESTMAIN
0
1# -- Local handoff notes (not tracked) ------------------------------------2HANDOFF.md3 4# -- Python --------------------------------------------------------------5__pycache__/6*.pyc7*.pyo8*.pyd9.Python10*.egg-info/11.eggs/12 13# -- Pytest / test artifacts ----------------------------------------------14.pytest_cache/15.coverage16htmlcov/17 18# -- AI coding tool state (Aider, Cursor) ----------------------------------19.aider*20.aider.chat.history.md21.aider.input.history22.aider.tags.cache.v4/23.cursor/24 25# -- Temp/scratch conventions -----------------------------------------------26.tmp_*27tmp_*28_bootstrap.py29_check_py.py30_exec_launcher.py31_exec_runner.py32_run_*.py33_subprocess_runner.py34_subp_runner.py35_tmp_move.py36_verify_conftest.py37debug-*.txt38debug-*.log39*.log40 41# -- Build outputs (regenerated at runtime, never commit) -------------------42Install-HelixCoPilot-Client.zip43 44# -- Local install/test scratch dirs -----------------------------------------45_client_install_test/46 47# -- Local-only cleanup tooling -----------------------------------------------48_scripts_archive/49cleanup_repo.ps150 51# -- scripts/ : keep only the file app.py actually needs ---------------------52scripts/_extract_pptx.py53scripts/_extract_pptx_images.py54scripts/_extract_pptx_img.py55scripts/_probe_user_file.py56scripts/_run_inc001_temp.ps157 58# -- Screenshots / frames -----------------------------------------------------59.tmp_video_frames/60SmartIT_Screenshots/61.tmp_pw/62 63# -- Docs: internal only, not used at runtime ---------------------------------64docs/65 66# -- Verification / run output (generated, not source) -------------------------67docs/**/verification_output/68docs/verification_output/69reference/**/reports/70reference/**/.pytest_cache/71reference/itsm/*.log72 73# -- Sensitive / instance-specific config -- NEVER COMMIT -----------------------74*.env75**/executor.env76**/bmc_instance_cache.json77 78# -- OS / Office lock & junk files ----------------------------------------------79~$*80.DS_Store81Thumbs.db82 83# -- Editor/venv ------------------------------------------------------------84.vscode/85.idea/86venv/87.venv/88 89# -- Claude instruction file (local only, not app code) -90 91*.bak92 93*.docx94CLAUDE.md95ITSM_OOTB_TestCases_Enriched_Review.md96Install-HelixCoPilot-Client.zip97BMC_Helix_ITSM_OOTB_TestCases_full.txt98 99# Temporary test-case generation handoff brief100TEMP_TestCase_Plan.md101 102# Temporary Playwright script-generation handoff brief103TEMP_TestScript_Plan.md104 105# Local consolidated run files (aggregations of the per-module tests, not source).106# Excluded so the build (globs reference/itsm/test_*.py) doesn't duplicate them.107reference/itsm/test_uat_all.py108reference/itsm/test_uat_v2.py109reference/itsm/test_uat_consolidated.py110reference/itsm/test_uat_consolidated2.py111 112# Session handoff brief (local only)113SESSION_HANDOFF.md114SESSION_HANDOFF_*.md115UAT_Copilot_Capability_and_Design_Overview_v4.docx116 117# -- Pending local deletions (moved here by cleanup; delete the folder from Windows) --118_to_delete/119 120# -- Local recovery/scratch copies at repo root (runtime uses reference/itsm/conftest_files) --121/conftest_files/122RECOVERY_*.py123/_check.py124 125# -- Field-analysis spreadsheets (local working data, not app inputs) --126AST_*.xlsx127 128# -- Local test-plan/source notes (moved under docs/, which is already ignored) --129BMC_Helix_ITSM_OOTB_TestCases_full.md130ITSM_test_steps_by_module.txt131WO_ITSM_tests_by_module.txt132TC_Rewrite_Summary.md133WO_Test_Review.md134 135# design decks - never ship to the Space136*.pptx137 138# Tenant/customer names for scripts/preflight_no_tenant_data.py — never committed139tenant_terms.local140 141# Files delivered to the chat, not part of the product142Claude outputs/143 144# Review and working output (diffs, patches, scratch) - never shipped to HF145*.diff146*.patch147/_scratch/148 