# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments
.venv/
.venv-*/
venv/
env/

# Local environment and secrets
.env
.env.*
!.env.example

# Build and packaging output
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Runtime data
*.db
*.sqlite
*.sqlite3
*.log
source_snapshots/
outputs/
exports/

# Local editor and OS files
.DS_Store
.idea/
.vscode/
.claude/

# Frontend / Next.js
frontend/.next/
frontend/node_modules/
frontend/next-env.d.ts
frontend-new/node_modules/
frontend-new/dist/
frontend-v2/node_modules/
frontend-v2/dist/
pure-react-app/node_modules/
pure-react-app/dist/

# Docker local compose
docker-compose.yml
docker/

# Test reports
docs/release_impact_test_report.md

# Local workspace notes
current-workspace-chat-history.md

# PPT build artifacts
workspace/
*.pptx
.venv312/

# Copilot instructions (local, do not upload)
.github/copilot-instructions.md

# Local-only planning and development guidance
DEVELOPMENT_GUIDE.md
PLAN.md
plana.md
docs/planagent_full_report.md
CONTINUOUS_MONITORING.md
