# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

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

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

# OS
.DS_Store
Thumbs.db

# DevObin local
.devobin/
devobin_prompt.md
update_checker_prompt.md
prompts/

# External reference repos (DO NOT include in build)
claw-code-agent-main/
PromptWizard-main/

# Config directories
.claude/
.mimocode/
.zcode/
.pytest_cache/

# Docs (not needed in PyPI package)
docs/

# Testing
.coverage
htmlcov/
.pytest_cache/
