# 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
docs/references/modern-enterprise-architecture-kit/
docs/references/modern-enterprise-architecture-controls.json
docs/references/modern-enterprise-architecture-version.json
scripts/check-modern-architecture-kit.py
scripts/check-modern-architecture-audit-export.py
scripts/export-modern-architecture-audit.py
scripts/check-repository-remote-protection.py
