# PyCharm / IntelliJ 
.idea/
*.iml
.run

# Python build/cache 
__pycache__/
*.py[cod]
*.pyo

# Virtual envs 
.venv/
venv/

# Packaging / build outputs 
build/
dist/
*.egg-info/

# Test / tooling caches 
.pytest_cache/
.mypy_cache/
.coverage*

# Ignore artifacts generated by dynamic model builds
*.json
.devcontainer/
packages/kube_models/src/*/
