# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Pytest
.pytest_cache/

# Operator / internal tooling
.operator/
operator-profile.yaml
operator-history.jsonl

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