__pycache__
node_modules
sfm_data
.mypy_cache
.pytest_cache
.vscode
.venv
.uvlock
# Build artifacts
SFM_Graph_Service.egg-info
*.egg-info
.coverage
.coverage.*
coverage.json
coverage.xml
dist
build
*.egg
*.whl
*.tar.gz
*.zip
.cache
htmlcov/

# Example test results (generated by workflow)
example-test-results/

# Performance benchmark scripts (temporary)
performance_benchmark.py

# Analysis output files (regenerated on each run)
core_analysis_data.json
core_analysis_report.md

# Validation and test reports (generated during development/CI)
STRESS_TEST_*.md
STRESS_TEST_*.txt
*_validation_report.txt
*_VERIFICATION.md
*_FINDINGS*.md
VALIDATION_SUMMARY.md
CORRECTIONS_COMPLETE.md

# Temporary test files
test_stress_comprehensive.py
