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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock is checked in for reproducible CI wheel builds (pyo3 cdylib).

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

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

.vscode/

*.egg-info/
*.eggs/
__pycache__/
build/
dist/
venv/
install/
log/
.pytest_cache

.devcontainer.json

*.deb
*.ddeb

.vscode-ctags

*.profraw
.coverage
coverage-python.lcov
coverage-python.xml
lcov.info

# SBOM generation artifacts
*.cdx.json
sbom.json
source-sbom*.json

.DS_Store

env.sh

# Local TODO tracking (mirrored in JIRA)
TODO*.md

# Test data recordings (large binary files tracked via Git LFS)
# testdata/  — now tracked; see .gitattributes for LFS rules

# Compiled C examples
examples/c/example

# Local agent planning / status (not for git)
docs/

# Benchmark run artifacts (timestamped result dirs, regenerable)
benches/python/results/
benches/cpp/results/

# Maturin-built Python extensions (artifact, built via maturin develop / wheel CI)
crates/python/python/edgefirst/schemas*.so
crates/python/python/edgefirst/schemas*.pyd
crates/python/python/edgefirst/schemas*.dylib
