pypi/
venv/
dist/
build/
*.egg-info/
*.log
output/
*.csv

# Rust build artifacts
/target
Cargo.lock

# Compiled Rust extension dropped into the package for in-place testing
automatedcleaning/*.pyd
automatedcleaning/*.so

# Python bytecode
__pycache__/
*.pyc
