# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
*.egg-info/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.hypothesis/

# Distribution / Packaging
dist/
build/
wheels/

# Environment Variables
.env

# SkillPort / MCP Specific
# Local database storage & state
*.lancedb/
*.lance/
.skillport/
# Legacy path (pre-rename)
.skillport/

# Local Agent / Skills Directory (runtime data)
# .agent/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Logs
*.log

# Additional Python artifacts
*.egg
.dmypy.json
.cache/
coverage.xml

# documents (local only, not tracked in remote)
docs/
