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

# Virtual environments
.venv/

# uv
uv.lock

# OS
.DS_Store

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Kerf project artifacts (for testing)
logs/
.kerf
