# Build artifacts
/target/

# Reference repos (third-party, not part of this project)
/reference/

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

# OS
.DS_Store
Thumbs.db

# Secrets and environment
.env
.env.*
*.pem
*.key

# Stray package manager files (website has its own)
/package-lock.json
/node_modules/

# Debug output
agent_demo_debug.txt
