# VCS .git .gitignore # Editor/IDE .vscode .idea .DS_Store # Node/Next.js frontend/node_modules frontend/.next **/node_modules # Rust build artifacts target **/target # Python/build caches __pycache__ *.pyc # Large reference/resources not needed in images # ref/ is usually ignored, but we need service_kit_mirror for build context # We use exclusion pattern (!) to allow specific subdirectories ref/* !ref/service_kit_mirror archive/ docs/ # Logs/temp *.log tmp/ temp/ .cache # Docker compose override (optional) docker-compose.override.yml