# macOS
.DS_Store

# Build
/target

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

# AI Agents
.claude/
AGENTS.md
CLAUDE.md
agents/

deploy/
vps.env

/reference/

dist/
*.ipk

sim-results/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg

# Runtime artifacts from running fips in-tree during local testing.
# Root-anchored so legitimately-tracked fips.yaml under packaging/ and
# examples/ stays included.
/fips.key
/fips.pub
/fips.yaml
