Back to Features
Development Environment Detection
Identifies development-related files and folders that often consume significant disk space.
Screenshot Coming Soon
Visual demonstration of this feature will be added here
Supported Environments
Git Repositories
- Detects .git directories
- Identifies version-controlled projects
JavaScript/Node.js
- Detects node_modules directories
- Often one of the largest space consumers in development
Python
- Detects virtual environments via pyvenv.cfg
- Identifies isolated Python installations
Xcode (iOS/macOS Development)
Detected paths and artifacts:
- DerivedData (build artifacts)
- Archives (app archives)
- DeviceSupport (iOS device support files)
- CoreSimulator (iOS Simulator data)
- Products (build products)
- .xcodeproj and .xcworkspace files
- Podfile and Package.swift
Android Studio
Detected paths and artifacts:
- Android SDK
- AVD (Android Virtual Devices)
- AndroidStudioProjects
- build.gradle files
- AndroidManifest.xml
Docker
- Detects ~/Library/Containers/com.docker.docker
- Identifies Docker Desktop storage