mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
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>
40 lines
327 B
Plaintext
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/ |