xll-utils 0.1.0

PE/COFF parsing and export verification utilities for Excel XLL development
Documentation
# Rust build artifacts
target/

Cargo.lock


# WASM build artifacts (generated by wasm-pack)
pkg/

**/pkg/


# Compiled test binaries (but keep .rs source files and diagnostic scripts) 
*.exe

*.pdb

# test_*
# !test_*.rs
# !test_*.R
# !test_*.py

# Temporary debug scripts
!debug_*.R

!debug_*.py


# IDE and editor files
.vscode/

.idea/

*.swp

*.swo

*~

*.rs.bk

*.bak


# OS-specific files
.DS_Store

.DS_Store?

._*

.Spotlight-V100

.Trashes

ehthumbs.db

Thumbs.db

desktop.ini


# Logs and environment
*.log

.env

.env.local


# Node modules (if any JS tooling is added)
node_modules/


# Python virtual environments
.venv/

venv/

env/

ENV/

venv_py*/

verification/venv_validation/


# Verification outputs (optional)
# R_results.json
# Python_results.json

# Test regression files (keep the directory structure, ignore contents)
proptest-regressions/*


# Development documentation
TODO.md

*.md.bak

blog-post*.md

HANDOFF_TEST_COVERAGE_AUDIT.md

COVERAGE_MATRIX.md

AIC_BIC_TODO.md

*TODO*.md

docs*/

# Large test data files
test_data_*.csv

*audit*.md

tmpclaude*

*claude*

*gemini*


# Other
generate_test_data.py

debug_*/


#benchmarking
criterion*/

flamegraph*/

tests/proptest*/

coverage.json

/xllgen/target/

/expanded_basic.rs