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

# Pixi
.pixi/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Logs
logs/

# Local cluster config for integration tests
tests/cluster_config.yaml

# AI agents
.claude/

