# Codegen working directory: raw schemas, downloaded spec HTML, intermediates
.build/

# IDE-only reference files (not part of the package, not committed)
_a2a_v03_reference.py
a2a_pb2.py
a2a_pb2.pyi
a2a_pb2_grpc.py

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

# Virtualenv / package manager
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
dist/
