Files
2026-06-20 14:08:46 +08:00

22 lines
412 B
Plaintext

# Local repo-skill development artifacts
.agents/
# Analysis output artifacts that do not belong in the published skill package
docs/
specs/
# Legacy local reference kept outside the published skill package
frontend-decomposition-methodology.md
# Python and local workflow state
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.env
.frontend-project-analysis/
# macOS and local temp artifacts
.DS_Store
tmp/