# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# IronCore local state (project config .ironcore/config.toml IS committable)
.ironcore/sessions/
.ironcore/audit/
.ironcore/envelopes/
.ironcore/snapshots/
.ironcore/state.json

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
