# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.coverage
*.cover
.hypothesis/

# Rust
target/
Cargo.lock
**/*.rs.bk

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
*.rhs
test_data/
tests/test_local.py  # For your local testing with real file paths
tests/local_*.py     # Any local test files

# scripts
scripts/