# Miscellaneous
ref/
refs/
*.html
*.csv

# IDE
.idea/
.vscode
digest.txt
CLAUDE.md
.claude/*
.devcontainer
.superpowers

# Coverage
lcov.info
htmlcov/
python-coverage.xml
python-rust-coverage.lcov
*.profraw
*.profdata
.coverage

# Build Artifacts - Rust
/target
Cargo.lock

# Build Artifacts - Python
brahe/build/*
__pycache__/
*.py[cod]
*$py.class
.Python
sdist/
wheels/
*.egg-info/
*.egg
.pytest_cache/
*.so
*.dylib
.python-version
dist/

# Build Artifacts - Validation
/build
site/*

# Documentation
docs/*/site/*
docs/*/docs/figures/*
docs/pages/index.md
docs/site/*

# Development
.DS_Store
.idea/*
.vscode/*

# Markdown files in root (except major documentation files)
/*.md
!README.md
!CHANGELOG.md
!CONTRIBUTING.md
!CODE_OF_CONDUCT.md
!LICENSE.md

# Figures
docs/figures/*

# Example outputs (generated by test-examples)
docs/outputs/*

# Pyting Annotations for docstrings
brahe/_brahe.pyi

# JOSS build byproducts
joss/jats/

# Comparative benchmarks - runtime output
benchmarks/comparative/results/

# Comparative benchmarks - build artifacts
benchmarks/comparative/implementations/rust/target/
benchmarks/comparative/implementations/java/.gradle/
benchmarks/comparative/implementations/java/build/
