# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.eggs/

# Virtual environments
.venv

# UV
# uv.lock

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

# OS
.DS_Store

# Temporary files
*.tmp
*.bak
.cache/

# Dev notes and prototypes (keep local, don't commit)
MILESTONE_*.md
*_PROPOSAL.md
*_EVALUATION*.md
*_REPORT.md
CODEMAP_*.md
STYLE_GUIDE.md
debug_*.py
prototype_*.py
/test_*.py
# Note: /test_*.py only ignores root test files, not tests/ directory
.coverage
CLAUDE.md
KODEPRAKSIS.md

# Research and experiments — kept local; only the benchmark methodology is public.
# (R&D dirs hold internal notes/repos and are not part of the shipped tool.)
/experiments/*
!/experiments/benchmark/
/experiments/benchmark/**/*.log
/research/
ARTICLE.md
HANDOVER-golden-output.md
screenshot1.md
.playwright-mcp/
