Files
vibe-coding-cn/.gitignore
tradecatlabs a8099f52fe docs: add research domains and resource registry
- add local external resources registry
- add research domain contract and per-repository research domains
- add raw fact snapshot governance and validation scripts

Validation:
- make test
- git diff --check HEAD~1..HEAD

Note:
- welcome workflow failed because its action input names are stale; core content CI passed.
2026-07-03 08:20:22 +08:00

103 lines
1.2 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
!scripts/lib/
!scripts/lib/**
scripts/lib/__pycache__/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Node.js
node_modules/
# Virtual Environment
.venv/
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.history/
*:Zone.Identifier
# Testing
.pytest_cache/
.coverage
*.cover
.hypothesis/
# Logs
*.log
logs/
# Local task workspaces
assets/tasks/
# Skill Seekers (linked tool output)
output/
skills/auto-skill/scripts/.venv-skill-seekers/
# prompts-library generated exports
tools/prompts-library/prompt_jsonl/
tools/external/my-nvim/nvim-config/nvim
tools/chat-vault/libs/external/btop-main/
tools/chat-vault/monitoring/grafana/monitor-tui/
libs/external/tmux
libs/external/.tmux
# Data files (保留 prompts-library 数据)
# *.csv
# *.zip
# *.jsonl
# *.db
# *.png
# *.jpg
# *.pdf
# *.gz
# Environments
.env
.env.local
.env.*.local
# mypy
.mypy_cache/
# Backup
backups/gz/
*.bak
*.tmp
# Wiki (separate repo)
.github/wiki/
# Local-only enterprise architecture evidence kit
assets/templates/modern-enterprise-architecture-private/
# Local research repository clones
docs/research/**/raw/repository/