un-inception/.gitignore
russell@unturf.com 88a3a6718c feat: Add performance charts and CI auto-commit
- Add scripts/generate-perf-charts.py for matplotlib visualizations
- Update generate-perf-report.sh for versioned directories (reports/TAG/)
- Add make perf-charts and make perf-all targets
- Add GitLab CI perf-report job to auto-commit after tagged releases
- Generated 6 charts for 4.2.0: dashboard, duration, histogram, leaders, etc.

Each release now gets its own reports/TAG/ directory with:
  - perf.json (raw timing data)
  - perf.md (markdown report)
  - chart-*.png (6 visualizations)
2026-01-18 14:00:08 -05:00

47 lines
431 B
Text

# Compiled binaries
*.o
*.exe
*.out
*.class
*.beam
/un
/un_go
/un_rust
/un_cpp
/un_d
/un_nim
/un_v
/un_zig
/Un.class
__pycache__/
# Build directories
_build/
deps/
node_modules/
target/
zig-cache/
zig-out/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test outputs
*.log
/output/
__pycache__/
*.pyc
clients/c/un
clients/c/examples/fibonacci
clients/c/examples/hello_world
clients/c/tests/test_library
build/