# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/

# Build outputs
dist/
build/
*.whl
*.tar.gz
!starvex/dist/starvex-2.2.0*

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

# Environment and secrets
.env
.env.local
.env.*.local
.secrets.env
*.pem
opencode.json

# Test files
*_test.py
test_*.py
test_output.txt
.pytest_cache/
.coverage
htmlcov/

# Logs
*.log
npm-debug.log*

# OS files
.DS_Store
Thumbs.db
nul

# Playwright
.playwright-mcp/

# Cache
.ruff_cache/
.mypy_cache/

# Temporary
*.tmp
*.temp

# Docs (separate git repo)
docs/
