mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
include VERSION
|
|
include README.md
|
|
include LICENSE
|
|
include CHANGELOG.md
|
|
include CONTRIBUTING.md
|
|
include ROADMAP.md
|
|
include SECURITY.md
|
|
include ARCHITECTURE_OVERVIEW.md
|
|
include pyproject.toml
|
|
recursive-include superclaude *
|
|
recursive-include Templates *
|
|
recursive-include Docs *.md
|
|
recursive-include Setup *
|
|
recursive-include profiles *
|
|
recursive-include config *
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co]
|
|
global-exclude .DS_Store
|