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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# OS
Thumbs.db
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
tmp_test_plugin/
tmp_diagnose/
.github/tmp_diagnose/

# Lock files
uv.lock

# Agent Files
AGENTS.md

# Generated reports
demo/report.html