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

# Cargo.lock is committed: busca ships an executable, so a pinned lockfile keeps
# CI and source builds reproducible.
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

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

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

# Added by cargo
/target

# Other
.vscode

# Comprehensive testing dir
sample-comprehensive
.DS_Store

# Python virtual environment
python_venv/

# Python byte-compiled artifacts
__pycache__/

# Python C extensions
*.so
