# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

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

# IDE
.idea/
.vscode/
*.swp

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Generated index artifacts
.skill-index/
*.faiss
index.pkl

# OS
.DS_Store
