# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.ruff_cache/
target/

# Virtual environments
.venv
.env

# IDEs
.vscode/
.idea/
.DS_Store

# Test files
examples/output_data/*
examples/sample_data/*

# Rust Core
src/zoopipe/zoopipe_rust_core.abi3.so
