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

# Environments and local toolchains
.venv/
venv/
.toolchain/

# Tool caches and reports
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Documentation build
site/

# Rust (rust/.gitignore also ignores rust/target and rust/Cargo.lock)
target/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp

# Benchmark run outputs (large, machine-specific)
benchmarks/conll2003/runs/
