# macOS
.DS_Store
._*

# Python virtual envs and caches
.venv/
.venv-silicon/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/

# Environment / secrets
.env
.env.*
!.env.example

# Local runtime artifacts (will be added by overnight executor)
audit_log/
audit/runtime/
kg_store/
runtime/cache/
runtime/runs/
runtime/probes/
runtime/hf_readmes/
runtime/reports/qwen_elo_smoke/*/ckpt-*/
*.sqlite
*.duckdb
*.lock

# Bulk data — must not be vendored (per MODUS-OPERANDI.md Constraints)
*.parquet
*.h5
*.hdf5
*.feather
data/raw/
data/bulk/

# Model checkpoints — go to Hugging Face under Architect-Prime user
# (path-anchored to top level; polymath_ai/models/ is source code, not weights)
*.safetensors
*.bin
*.pt
*.pth
*.onnx
*.tflite
/checkpoints/
/models/
/runtime/checkpoints/

# Profiling traces
*.gputrace
*.snapdragon
profiling/

# Android build artifacts
*.apk
*.aab
android/build/

# IDE
.idea/
.vscode/

# Editor swap files
*.swp
*.swo
v2.41.0.251128.zip
