# Rust / Cargo
/target/
**/*.rs.bk

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

# OS
.DS_Store
Thumbs.db
.syntext

# Environment
.env
.env.*
!.env.example
!.env.example.test
.anyllm.env
.anyllm.env.*
!.anyllm.env.example

# Debug
*.pdb

# Admin server artifacts
.admin_token
*.db
*.db-shm
*.db-wal

# TLS certificates and keys
*.p12
*.pfx
*.pem
*.key

# Tool config
.claude/
.cook/
.worktrees/
.playwright-mcp/
.mcp.json
.repowise/
.superpowers/

# Script caches and venv
scripts/.cache/
scripts/.venv/

# Admin UI build artifacts
crates/proxy/admin-ui/node_modules/
# dist/ is committed so `include_str!` works at compile time without a build step
# crates/proxy/admin-ui/dist/
.synrepo/
.eatahorse*/
# Security scanner (gate/3gate) scratch artifacts
.gate/
