﻿################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio. Modified by user.
################################################################################

/.vs/slack-objects.slnx
*.slnx
*.pyproj
*.pyproj.user
/.vs/slack-objects/CopilotIndices/18.3.494.57194
/src/slack_objects/__pycache__
/.vs/CopilotSnapshots/*
/.vs/CopilotIndices/*
/.vs/slack-objects/CopilotIndices/*
/.vs/slack-objects/CopilotIndices/*
/tests/__pycache__

# Python packaging artifacts
dist/
build/
*.egg-info/
src/slack_objects/_version.py

# Live-test config (contains real Slack user IDs)
/tests/live_test_config.json
/tests/SCIM/__pycache__
/tests/Smoke/__pycache__
/tests/Users/__pycache__
/tests/UnitTests/__pycache__
/tests/Examples/__pycache__

# Examples config (contains Key Vault / secret names)
/tests/Examples/examples_config.json
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/src/slack_objects/.vs
