# Xcode / build
build/
DerivedData/
*.xcuserstate
xcuserdata/
*.xcscmblueprint

# XcodeGen generates the project — it is reproducible from project.yml.
SwanDesk.xcodeproj/

# macOS
.DS_Store

# Bundled strongSwan staging (Phase 4 output)
SwanDesk/Resources/strongswan/

# Secrets / local certs — never commit
*.key
*.pfx

# Source tarballs (strongSwan + OpenSSL) — large, not in git.
src/strongswan-*.tar.gz
src/openssl-*.tar.gz

# Source builds — large, reproducible via Scripts/build_openssl.sh + build_strongswan.sh
src/openssl-install/
src/openssl-3.6.2/
src/strongswan-install/
src/strongswan-6.0.7/
