# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.tox/
.mypy_cache/
htmlcov/
.coverage
*.egg
src/_sap_mcm_client_version.py

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

# IDE
.idea/
.vscode/
*.swp
*.swo

# Environment (credentials) — but NOT testdata/recorded/ which contains
# business data intended to be committed
.env
.venv/

# Local Claude session state
.claude/

# SAP OpenAPI specs (SAP IP — not redistributed)
# Contributors download these locally; see CONTRIBUTING.md
specs/
