build/
install/
.venv/
venv-sandbox/
obj_dir/
__pycache__/
*.pyc
*.so

# Environment files
.env
.env.local

# Kaggle API credentials (never commit)
.kaggle/
kaggle.json

# Artifacts
artifacts/real_world_sim_2025/
artifacts/*.jsonl
artifacts/*.hdf5
artifacts/*.npy
artifacts/*.meta.json

# Python build artifacts
dist/
*.egg-info/
.coverage
coverage.xml
*.whl
*.tar.gz

# Phase III generated artifacts (exclude runtime-generated data)
evolve/logs/*.json
evolve/policies/*.json
evolve/precision_maps/*.json
evolve/*_dashboard.json
schedules/*.json
quantum_search/*.json
memgraph/*.json
profiles/causal/*.json
federated/aggregated/*.json
certs/*_certificate.json

# Test artifacts
.pytest_cache/
*.backup
sbom.spdx.json

# QCMG simulation outputs
qcmg_evolution.png
qcmg_results.json
# CLI generated files
plan.json

# Package build artifacts
*.egg-info/
coverage.json

# QuASIM-Own runtime directories
runs/
reports/
.cache/quasim_datasets/

# Video artifacts (auto-generated)
artifacts/flows/*.mp4
artifacts/flows/*.gif

# Demo artifacts (auto-generated, keep structure)
artifacts/aerospace/
artifacts/telecom/
artifacts/finance/
artifacts/healthcare/
artifacts/energy/
artifacts/transportation/
artifacts/manufacturing/
artifacts/agritech/

# SpaceX/NASA Pilot demo outputs (runtime-generated)
*_demo_report.json

*_demo_report.json
# Enhancement orchestrator logs
logs/copilot-enhancement/
docs/artifacts/


# QuNimbus autonomous rollout artifacts (transient)
logs/global_rollout.log
pilots/infinite/active/*.json
pilots/infinite/archive/*.json

# Verification tool test artifacts
artifacts/verify/
artifacts/benchmarks/
artifacts/metrics/
artifacts/compression/
artifacts/econ/
data/telemetry/
docs/compliance/DO178C/

# Goodyear Quantum Pilot outputs (runtime-generated)
goodyear_quantum_pilot_full/
demo_tire_library_basic/
demo_tire_library_goodyear/*.json
goodyear_pilot_execution_log.txt
# Benchmark execution results
results/
bm001_execution.log
bm001_execution_output.txt
kaggle_benchmark_results.json
kaggle_leaderboard*.json
kaggle_test_positions.json

# Generated documentation package
output_package/
viz_output/

# GY-SUSTAIN-2030 simulation outputs
gy_sustain_2030_results/

# Documentation build output
docs-site/site/

# Aerospace visualization demo outputs
qubic/visualization/aerospace/demo_*.png
qubic/visualization/aerospace/demo_*.json

# Node.js
node_modules/
package-lock.json
*.tsbuildinfo

# Build logs
build_*.log
qratum_asi/output/

# Rust build artifacts
target/

