# Build
/aguara
*.exe
*.test
/.bench/

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

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Test fixtures and tooling (anchored to repo root so committed
# .github/scripts/ stays tracked).
/testdata/
/scripts/
/DOCS/
/architecture/
/sandbox/
__pycache__/
*.pyc

# Coverage
coverage.out

# Secrets -- prophylactic. The repo has never contained these, but a misplaced
# .env or key file is the kind of mistake a scanner's own repo really should
# not ship.
.env
.env.*
!.env.example
*.pem
*.key
/.nanostack/
