# 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 / Virtual Environment
.venv/
__pycache__/
*.egg-info/
dist/

# Benchmarking & Performance Tests (Local only)
bench.py
benchmark_suite.py
bench_segmentation.py
benches/
results/
*.db
*.pyd

# Documentation (Ignore all except core docs)
*.md
!README.md
!LICENSE
!LICENSE.md

# OS specific
.DS_Store
Thumbs.db
