# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# JavaScript dependencies
node_modules/
.pnpm-store/

# Local agent session/runtime state
/.omo/

# Type checking & linting
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/

# IDE & editors
.idea/
.vscode/
.claude/
*.swp
*.swo
*.swn
*~
.project
.settings/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment & secrets
.env
.env.*

# Runtime
*.pid
*.log
*.sock
playwright/.auth/
playwright/.profiles/
playwright/.locks/

# Agent collaboration files are intentionally tracked.
# Requirements, implementation notes, handoffs, task plans, findings, progress,
# and evidence are repository state when they are created inside this workspace.

# Local release/certification runtime outputs
/task_artifacts/**/api_runtime_home/
/task_artifacts/**/fresh_home*/
/task_artifacts/**/live_drill/config.before.json
/task_artifacts/**/live_drill/state.env

# Personal / dev-only (not part of the project)
start_bot.sh
python_best_practice.md
/run.py
