# Virtual environments
.venv/

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

# Environment
.env

# Coverage
htmlcov/
.coverage
.coverage.*

# IDE
.claude/
!.claude/commands/

# Specs
specs/

# Playwright MCP artifacts (legacy default location)
.playwright-mcp/

# Codex agent runtime instructions (auto-generated)
AGENTS.md

# OS
.DS_Store

# JS test dependencies
tests/js/node_modules/

# Logs & sqlite3
logs/
*.db
