# Swift (diplomat-core, diplomat-platform/macos)
.build/
.swiftpm/
*.xcodeproj
DerivedData/
# The bundle build-app.sh produces, beside the macOS package it is built from.
Diplomat.app/

# Python (diplomat-platform/linux, szpontnet-core, szpontnet-spec)
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
# A non-editable `pip install ./packages/szpontnet-core` leaves a copy here.
packages/szpontnet-core/build/
.venv/

.DS_Store
