# Rust
/target/

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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Maturin
*.whl
*.dylib
*.dSYM/

# Jupyter
.ipynb_checkpoints/

# Built docs (deployed by CI, never committed)
site/

# Pre-Rust implementation kept on disk for reference, not in the repo
_legacy/
