# ============================================================================= # Project : localvm-research # File : .gitignore # Purpose : Git ignore rules (venvs, caches, large artifacts, OS noise) # Author : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Created : 2026-08-11 # Modified : 2026-08-11 # Platform : macOS / Apple Silicon (arm64) # License : All rights reserved (research code) # ============================================================================= # Python __pycache__/ *.py[cod] .venv/ venv/ *.egg-info/ .pytest_cache/ .ruff_cache/ .mypy_cache/ # macOS .DS_Store # Build artifacts build/ *.metallib *.air *.o *.dylib # Large model files — never commit checkpoints *.safetensors *.gguf *.bin *.pt *.pth models_cache/ # Local editor/session .claude/settings.local.json # Raw traces can be huge; committed results are curated JSON/CSV/plots results/**/*.trace results/**/*.fsusage # web platform: generated content snapshot + deps web/content/ web/node_modules/ # candidate model artifacts (rebuilt by benchmark --build) experiments/candidate_01/implementation/models/