# Rust
/target/
**/target/

# Python
**/__pycache__/
*.pyc
src/moorcheh_edge/_version.py

# Local env files
.env
.env.*

# Generated data/artifacts
benchmark_output/

# Distribution
/dist/

# Local data folders
**/data/

# Build helpers
/wheels/