# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Configuration files with secrets (use .example files as templates)
.env
*.mcp.json
.custom-mcp.json
config/.mcp.json
# MCP Gateway rules configurations
.mcp-gateway-rules.json
config/.mcp-gateway-rules.json
# Keep example and test configs
!config/*.example
!config/*.test.json

# Logs and runtime data
logs/
*.log
*.jsonl

# Test and coverage reports
.coverage
htmlcov/
.pytest_cache/
*.cover

# Python tool caches
.mypy_cache/
.ruff_cache/
.pytype/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Temporary documentation (work-in-progress, troubleshooting)
docs/temp/
