__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.env
.venv
venv/
*.log
.DS_Store

# Internal hardening specs (not for public repo)
AgentArmor_*_Spec.md
AgentArmor_*_Hardening_Spec.md

# Temp test artifacts
tmp_conv_test.py
test_l6.log
setup_claude_code.sh

# Desktop app (separate private repo)
/desktop/
