spb/zyquo-atlas Public License
The AI-native macOS web browser — every surface, intelligent.
Swift 75.2%
JavaScript 22%
Shell 2%
Makefile 0.9%
1# ─── Secrets — never commit API keys or vault data ───2.env.keys3*.env4*.key5vault.zq67# ─── Swift Package Manager ───8.build/9.swiftpm/1011# ─── Xcode ───12DerivedData/13build/14xcuserdata/15*.xcuserstate16*.xcscmblueprint17*.xccheckout18*.moved-aside19*.hmap20*.ipa21*.dSYM.zip22*.dSYM23*.pbxuser24*.mode1v325*.mode2v326*.perspectivev32728# ─── CocoaPods / Carthage (defensive) ───29Pods/30Carthage/Build/31Carthage/Checkouts/3233# ─── Build products & distribution artifacts ───34dist/35*.zip36*.dmg37*.app38*.icns.tmp3940# ─── macOS ───41.DS_Store42.AppleDouble43.LSOverride44Icon?45._*46.Spotlight-V10047.Trashes48.fseventsd4950# ─── Temporary ───51*.log52*.swp53*~54