# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
.venv/
venv/
.ruff_cache/
.pytest_cache/
.playwright-cli/
.playwright-mcp/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
*.log

# Local environment and credentials
.env
.env.*
!.env.example
credentials.env
config.toml
handoffs/

# Generated MCP client backups and interrupted writes
*.nepa-mcp.bak
.mcp.json.tmp
.vscode/mcp.json.tmp

# Legacy deployment-generated files
*/.bedrock_agentcore.yaml
*/.bedrock_agentcore/

# Local outputs
output/
tmp/

# Pre-release review material that must stay out of the public repository
docs/*.docx
EIDR/

# OS and editor files
.DS_Store
.claude/
.vscode/
!.vscode/
.vscode/*
!.vscode/mcp.json
.idea/
*.swp
