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

# Virtualenv
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

# Project specific
~/.skills-manager/
*.skill
test-skill.json
