# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Mutation testing
mutants/
.mutmut-cache

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# uv
.uv/
uv.lock

# Features (synced from core repo)
features/*.feature

# Generated proto code (regenerated from buf registry during build)
angzarr_client/proto/**/*_pb2.py
angzarr_client/proto/**/*_pb2_grpc.py
angzarr_client/proto/**/google/
