From 5cc3827732122282e4f6fb8599d4e14093941f13 Mon Sep 17 00:00:00 2001 From: James Webster Date: Tue, 25 Nov 2025 13:34:44 -0500 Subject: [PATCH] Update .gitignore to refine ignored files and directories Refined the `.gitignore` file to ensure proper exclusion of: - Python cache directories (`__pycache__/`). - Visual Studio-specific files and directories (`.vs/`). Added entries for specific Visual Studio-related paths to prevent environment-specific files from being tracked. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bcfef9..b38cbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ ehthumbs.db Thumbs.db .actrc* -__pycache__/ \ No newline at end of file +__pycache__/ +/.vs/skills-getting-started-with-github-copilot.slnx/FileContentIndex +/.vs/skills-getting-started-with-github-copilot/CopilotIndices/18.0.925.419 +/.vs