# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
*.whl

# Virtual environments
.venv/
venv/
env/
.env/

# PullNexus — local skill installs
pullnexus-skills/

# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Logs
*.log
logs/

# Local working notes (not for public repo)
RESOURCE_REGISTRY_TODO.md
PullNexus_TODO.md

# Local-only content (personal exports, raw knowledge base)
converted-chats/
knowledge_base/

# Personal / generated docs (not part of project)
docs/freedom-bot-full-architecture.md
docs/agent_system_blueprint.md
docs/copilot_export_organization_guide.md
docs/local_ai_dataset_gap_review.md
docs/local_ai_ollama_training_step_by_step.md
docs/memory_state_template.json
docs/multi_agent_roles_template.json
docs/system_prompt_coder.txt
docs/system_prompt_orchestrator.txt
docs/system_prompt_reviewer.txt
docs/train_config_template.yaml

# Stale root-level files (replaced by pullnexus/ package)
/api.py
/cli.py
/commands/

# Collected Skills — personal scratchpad, not part of registry
Collected Skills/
