# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files from skill execution
*_stderr.log
*.log
*.png
*_debug.txt
# Generated Data and Reports
*.json
reports/
test_results/

# Playwright / Testing
playwright-report/
test-results/

# Environments
.env
.env.*
!.env.example

# IDEs
.idea/
.vscode/
*.swp
*.swo

# User-specific OPML feeds (keep the .example committed)
user_sources.opml

# Local agent helper links. Keep .agent/workflows committed.
.agent/skills/
