# Build artifacts
dist/
*.egg-info/

# Virtual environments
.venv/

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Test and debug artifacts
.pytest_cache/
FAILURE_ANALYSIS.md
*.log

# Generated proto stubs (regenerate with generate_proto.sh)
eventhook/_proto/

# Packaging lock file (not for libraries)
uv.lock
