# macOS
.DS_Store

# dir2mcp local runtime state
.dir2mcp/

# Secrets and local env
secret.token
*.token
.env
.env.*
!.env.example

# Go build/test artifacts
bin/
dist/
/dir2mcp
/dirstral
/elevenlabs-bridge
.gocache/
.gomodcache/
.golangci-lint-cache/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
coverage.out
.coverprofile

# Logs
*.log

# Local agent instructions
# the AGENTS.md file is intentionally tracked for repository documentation; remove it from ignore

# IDE/editor local settings
.vscode/
.idea/
.fleet/
# swap/backup files created by Vim and other editors
*~
*.swp
*.swo
# include hidden Vim swap variants
.*.sw*

# Python bytecode caches
__pycache__/
