# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
*.egg-info/
dist/
build/
.eggs/

# uv
.uv/

# Environment files
.env
!.env.example
*.env

# LangSight local data
.langsight/
*.langsight.yaml
!.langsight.yaml.example

# Claude Code — skill content (re-fetchable from skills-lock.json)
.claude/skills/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Logs
*.log
logs/

# Secrets
*.pem
*.key
credentials.json
