# Dependencies
node_modules/
package-lock.json

# Build output
dist/
build/
*.tsbuildinfo

# Test coverage
coverage/
.nyc_output/
<<<<<<< HEAD
htmlcov/
.coverage
.hypothesis/
=======
>>>>>>> 8845eb6888bee5ea34f0a66b9da1a773d51da53a

# Environment variables
.env
.env.local
.env.*.local

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

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Temporary files
tmp/
temp/
*.tmp

# OS files
Thumbs.db
.DS_Store
<<<<<<< HEAD

# Internal documentation and planning (SENSITIVE - DO NOT COMMIT)
agentguard-internal-docs/
docs/
.kiro/
*-INTERNAL-*.md
*-STRATEGY.md
*-PLAN.md
*-PROGRESS-*.md
*-STATUS*.md
*-SUMMARY.md
*-CHECKLIST*.md
*-COMPLETE*.md
DAILY-*.md
WEEK-*.md
PHASE-*.md
LAUNCH-*.md
PUBLISH-*.md
RELEASE-*.md
DEPLOY-*.md
MARKETING-*.md
SOCIAL-MEDIA-*.md
BLOGGING-*.md
BLOG-POST-*.md
COMPETITIVE-*.md
PRODUCT-*.md
PROJECT-*.md
DEVELOPMENT-*.md
PYPI-*.md
PYTHON-SDK-*.md
GITHUB-*.md
REPOSITORY-*.md
CLEANUP-*.md
AUDIT-*.md
DISCOVERY-*.md
POSITIONING-*.md
REAL-*.md
REALISTIC-*.md
NEXT-STEPS-*.md
TOMORROW-*.md
URGENT-*.md
FIX-*.md
CREATE-*.md
COPY-*.md
RESEARCH-*.md
DEVTO-*.md
COVER-*.md
CONFIDENTIAL-*.md
QUICK-*.md
PRE-*.md
POST-*.md
FINAL-*.md
DAY-*.md
HYBRID-*.md
CONTENT-CALENDAR*.md
COMPLETE-*.md
PUBLIC-FILES-ONLY.md
Document.txt

# Internal scripts
scripts/
cleanup-*.bat
copy-*.bat
final-*.bat
remove-*.bat
update-*.bat
push-examples.bat
push-examples.sh
CLEANUP-ACTION-REQUIRED.txt

# Old/deprecated folders
agentguard/
agentguard-landing/
agent-guard-sdk-public/
test-deprecated/
test-install/
tealtiger/

# Database files
database/

# Docker files (if not using Docker)
docker-compose*.yml

# Postman collections (if sensitive)
postman/

# Internal source (if this is just a monorepo wrapper)
src/
=======
>>>>>>> 8845eb6888bee5ea34f0a66b9da1a773d51da53a
