# =============================================================================
# API2MCP — .gitignore
# =============================================================================

# -----------------------------------------------------------------------------
# 1. Spec-Driven Development (internal process files — not for contributors)
# -----------------------------------------------------------------------------
.spec/
TASKS-v2.md
REVIEW-FINDINGS.md
docs/plans/
api2mcp-langgraph-setup/
api2mcp-langgraph-setup.zip
setup-spec-kit.sh
install-spec-kit-plugin.sh


# -----------------------------------------------------------------------------
# 2. Claude / AI Tooling (local only — CLAUDE.md at root is kept)
# -----------------------------------------------------------------------------
.claude/

# -----------------------------------------------------------------------------
# 3. Build Artifacts
# -----------------------------------------------------------------------------
site/
htmlcov/
.coverage
.coverage.*
dist/
build/
*.egg-info/
*.whl

# -----------------------------------------------------------------------------
# 4. Python Runtime
# -----------------------------------------------------------------------------
__pycache__/
*.pyc
*.pyo
.venv/
venv/
ENV/

# -----------------------------------------------------------------------------
# 5. Test / Tool Caches
# -----------------------------------------------------------------------------
.pytest_cache/
.mypy_cache/
.ruff_cache/

# -----------------------------------------------------------------------------
# 6. Windows Artifacts
# -----------------------------------------------------------------------------
nul
C:Agentic-AI*

# -----------------------------------------------------------------------------
# 7. Secrets / Environment
# -----------------------------------------------------------------------------
.env
.env.*
!.env.example
*.pem
*.key

# -----------------------------------------------------------------------------
# 8. OS
# -----------------------------------------------------------------------------
.DS_Store
Thumbs.db

# -----------------------------------------------------------------------------
# 9. Blog (local content, not part of the open source release)
# -----------------------------------------------------------------------------
blog/

# -----------------------------------------------------------------------------
# 10. Demo-generated runtime files (created by demo scripts, not source)
# -----------------------------------------------------------------------------
demo-live-api/mcp-petstore/
demo-live-api/mcp-weather/
demo-live-api/mcp-placeholder/
demo-live-api/logs/
demo-live-api/*.json
demo-live-api/*.yaml
demo-live-api/.venv/
demo-live-api/.mcp.json
demo-live-api/claude_desktop_config_snippet.json
