Python

__pycache__/

Views0
PublishedMay 30, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Python

pycache/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/

IDE

.vscode/ .idea/ *.swp *.swo *~

OS

.DS_Store Thumbs.db

Linter cache

.ruff_cache/

Logs

*.log

Virtual environments

venv/ .venv/ ENV/ env/

Runtime directories

cache/ data/

AgentDB databases

*.db agentdb.db

Test files

test_*.py !test_agentdb_learning.py tests/

Whitelist v5 artifact assessment test suite (scripts/tests/)

!scripts/tests/ !scripts/tests/init.py !scripts/tests/test_.py !scripts/tests/fixtures/ !scripts/tests/fixtures/.json

Generated format adapter files

*.mdc

Share: