# ki-manager — build artifacts & dev environment
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environment
.venv/
venv/
env/

# Local machine-specific state
doc_state.json
*.log

# Test & IDE caches
.pytest_cache/
.vscode/
.idea/
test_soft_init_manual/
