# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/

# uv
.uv-cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Jupyter
*.ipynb
.ipynb_checkpoints/

# OS
.DS_Store

# Rust
/target/
# Docker manylinux build artifacts (scripts/build-wheels.sh uses separate dirs)
/target-linux-aarch64/
/target-linux-x86_64/
*.so
