# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env

# Local credentials (never commit secrets)
credentials.json
.answer42-credentials.json

# Build artefacts
build/
dist/
*.egg-info/

# Generated 1C configurations: XML sources are the only tracked source of truth.
# CI builds 8.3.27-compatible CF files and injects them into the release wheel.
src/mcp_1c/assets/MCPTestManager.cf
src/mcp_1c/assets/MCPTestClient.cf
src/mcp_1c/assets/MCPTestManager.cf.source-sha256
src/mcp_1c/assets/MCPTestClient.cf.source-sha256
build/*.cf
build/*.cf.source-sha256

# 1C temporary files
*.pfl
*.log
*.lgp
*.tmp

# BSL Language Server report (created at repo root)
bsl-json.json
public/
