# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/agentsecrets
/agentsecrets-*

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.txt
coverage.html

# Dependency directories
vendor/

# Go workspace file
go.work

# Environment files (never commit secrets!)
.env
.env.*
*.env

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

# OS files
.DS_Store
Thumbs.db

# Config files (local only)
.agentsecrets/
config.json

# Build artifacts
dist/
build/
bin/
*.egg-info/
node_modules/
.npm/
env/
venv/
__pycache__/
*.pyc
.pytest_cache/

# Temporary files
tmp/
temp/
*.tmp

# Log files
*.log

knowledge_base
knowledge_base.md
PROJECT_SETUP_SUMMARY.md
docs/API_SPECIFICATION.md
docs/learning/
proxy_spec.md
code_review.md
content/
specs/

# AgentSecrets environment files
.env.development
.env.staging
.env.production
