# Build / dist
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# Virtual env
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test artifacts
test_output.md
article_agent_framework.md
code_review_report.md
integration_test_*
password_manager/
push_to_github.py

# Secrets
.env
