# Secrets
.env

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

# uv
uv.lock

# 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
