# Python
__pycache__/
*.pyc
.coverage
htmlcov/
.pytest_cache/

# Rust
target/

# UV
uv.lock

# Project specific
site/
*.so