﻿__pycache__/
*.pyc
*.pyo
*.pyd
.DS_Store
.vscode/
REFERENCE/
docs/reference/
logs/*
!logs/.gitkeep
AGENT_CONTEXT.md

# Planning - private files
.planning/
.claude/
.env

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml
*.cover
.tmp/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Virtual environments
.venv/
.venv_cache/
venv/
env/

# Node.js / Playwright
node_modules/

playwright-report/
test-results/
playwright/.cache/
