mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-15 07:40:26 +02:00
be009a4094
Rename the entire project from FuzzForge to SecPipe: - Python packages: fuzzforge_cli → secpipe_cli, fuzzforge_common → secpipe_common, fuzzforge_mcp → secpipe_mcp, fuzzforge_tests → secpipe_tests - Directories: fuzzforge-cli → secpipe-cli, fuzzforge-common → secpipe-common, fuzzforge-mcp → secpipe-mcp, fuzzforge-tests → secpipe-tests - Environment variables: FUZZFORGE_* → SECPIPE_* - MCP server name: SecPipe MCP Server - CI workflows, Makefile, Dockerfile, hub-config, NOTICE updated - Fix mcp-server.yml to use uvicorn secpipe_mcp.application:app
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
*.egg-info
|
|
*.whl
|
|
.env
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.venv
|
|
.vscode
|
|
__pycache__
|
|
|
|
# Podman/Docker container storage artifacts
|
|
~/.fuzzforge/
|
|
|
|
# User-specific hub config (generated at runtime)
|
|
hub-config.json
|
|
*.egg-info/
|