Files
agentic-soc-platform/.gitignore
T
funnywolfandCopilot 0258939037 Standardize release workflow configuration
Add manifest-driven release tooling, wire CI and release workflows to validate deterministic release surfaces, register asp-doc as a submodule, and rewrite the release runbook around the standardized flow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-06 17:27:36 +08:00

40 lines
327 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
# Django
*.sqlite3
media/
staticfiles/
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Node
node_modules/
# Local git worktrees
.worktrees/
/asf-doc/
#/asp-marketplace/
# OS
.DS_Store
Thumbs.db
.claude/*
.asp/