83 lines
764 B
Plaintext
83 lines
764 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Virtual Environment
|
|
.venv/
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
.history/
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Skill Seekers (vendored tool output)
|
|
output/
|
|
skills/skills-skills/scripts/.venv-skill-seekers/
|
|
|
|
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/
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Wiki (separate repo)
|
|
.github/wiki/
|
|
1
|
|
.history/
|