# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Environment
.env

# Testing & coverage
*.log
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Generated artifacts
*.sarif
*.kbpack

# Local / editor
.sentrysec/
.claude/
CLAUDE.md
.codelens/
.mcp.json
.DS_Store

# Internal docs (not for public repo)
FORK_PRD.md

# Agent (TypeScript TUI) build artifacts
agent/node_modules/
agent/.turbo/
agent/dist/
agent/ts-dist/
agent/**/*.tsbuildinfo

# Agent upstream docs (not part of numasec)
agent/packages/docs/
agent/packages/console/app/src/routes/docs/
agent/packages/web/src/content/docs/
sessions.db
package.json
docs/ROADMAP.md

# TUI binary (downloaded by install.sh)
bin/numasec-tui
bin/.tui-version
