# Generated by Cargo
# will have compiled files and executables
debug
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Python (from any scripts/tooling that might be run)
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.egg-info/
.venv/
venv/
.env/
env/
dist/
build/

# Node.js / VS Code extension (editors/vscode)
node_modules/
out/
*.vsix
.vscode-test/
*.tsbuildinfo

# npm / npx caches and logs (local tooling)
.npm-cache/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Local AI agent instructions
.claude/
.agents/state/*
!.agents/state/.gitkeep

# MkDocs build output
site/

# Documentation engines
.obsidian/

# -- Project-specific files --
examples/advanced/test_output.txt

# OrdinalMap benchmark local outputs
benchmarks/collections/ordinal_map/__pycache__/
benchmarks/collections/ordinal_map/target/

# Generated files we do not want to commit
workspaces/docs-site/docs/_snippets/rfcs_refs.md
workspaces/docs-site/docs/_snippets/tables/rfcs_index.md
