# Personal credentials & secrets — NEVER commit
local/
.env
*.env
*.key
*.pem
keyring*
*.keyring

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
dist/
build/

# PHP parity tool — the recipe is committed, the fetched dependency is not
tools/php-parity/vendor/

# EBICS XSD schemas — fetched on demand (python tools/fetch-schemas.py), not redistributed
tests/schema/

# OS / editor
.DS_Store
.idea/
.vscode/
