From 3aef6e961b8c5b060ab17562cc315e1f3f11c4f3 Mon Sep 17 00:00:00 2001 From: Fahad Date: Wed, 11 Jun 2025 17:25:05 +0400 Subject: [PATCH] Ignore test files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba48462..0a12692 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,7 @@ test_output/ .coverage htmlcov/ coverage.xml -.pytest_cache/ \ No newline at end of file +.pytest_cache/ + +# Test simulation artifacts (dynamically created during testing) +test_simulation_files/ \ No newline at end of file