Unify skills under repository root

This commit is contained in:
武阳
2026-05-08 10:54:27 +08:00
parent dcc43adaa6
commit 37fc367304
16 changed files with 967 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
# Local override only — committed profiles.json holds shared team creds
.env
.env.*
# Ad-hoc probes / local experiments
_probe_*.py
scratch_*.py
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db