# Secrets
.env

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

# uv
# The root uv.lock is committed for reproducible CI and development installs.

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Logs
*.log

# Config (user-specific)
config.yaml

# Markdown files (except README.md)
# PRD.md
# COMPLETE_PROJECT_GUIDE.md
# PHASE3_IMPLEMENTATION_REPORT.md

# Downloaded archives
*.zip
