# Rust build artifacts
/target/

# Cargo.lock (library - let downstream resolve dependencies)
Cargo.lock

# pixi environments
.pixi/*
!.pixi/config.toml

# OS files
.DS_Store

# IDE
.idea/
.vscode/
*.swp

# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/

# Virtual environments
.venv/
venv/
env/
