# ====================
# Python
# ====================
.venv/
venv/
venv3/
env/
__pycache__/
*.pyc
*.pyo
*.egg
*.egg-info/
dist/
build/
.next/
*deprecated*/
# ====================
# Testing
# ====================
tests/*
tests/results/
tests/*.log
coverage/
.coverage
htmlcov/
.pytest_cache/

# ====================
# IDE & Editor
# ====================
.vscode/
.idea/
*.swp
*.bak
*~

# ====================
# OS Generated
# ====================
.DS_Store
Thumbs.db
nul

# ====================
# AI Tools
# ====================
.claude/
.agent/

# ====================
# Frago Runtime
# ====================
chrome_profile/*
projects/
.frago/test_output/
.frago/current_project
examples/

# ====================
# Environment & Secrets
# ====================
.env*
!.env.example
!.env.cdpREADME.pdf

# ====================
# Temporary & Working Files
# ====================
*.log
*.tmp
*.backup
workdir/
tmp/

# ====================
# Project-Specific
# ====================
.specify/
.crossnote/
.backup_docs/

# ====================
# Frontend Build
# ====================
# assets/ 是构建产物，需要打包到 wheel
src/frago/gui_deprecated/assets_legacy/
node_modules/

# ====================
# Tauri Build
# ====================
src-tauri/target/
src-tauri/WixTools/
src-tauri/gen/

# ====================
# Internal Development (not for public)
# ====================
pre-publish-checklist.md
STEALTH_MODE.md
test_stealth.html

# ====================
# Design Files (local only)
# ====================
pencil-files/
