# Claude Code local settings
.claude/settings.local.json

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
dist/
*.egg-info/

# Unit test / coverage reports
reports/
.coverage
.coverage.*
.pytest_cache/

# Virtual environments
.venv/

# Ruff
.ruff_cache/

# Type checkers
.mypy_cache/
.pytype/

# another-mood output
/.another-mood/

# Playwright MCP session output (page snapshots, console logs, screenshots)
/.playwright-mcp/

# OS files
.DS_Store
