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

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

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

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

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