.claude/settings.local.json
.DS_Store
node_modules/
test/anonymous/.test-profile/

# ---- SocialMediaDownloader test suite ----
# Cookies / session state if someone ever points the profile here
smd-test-profile/
*-test-profile/

# Reports and screenshots if someone ever points them here
smd-test-reports/
smd-tests/reports/
test/smd-tests/reports/
smd-tests/screenshots/
test/smd-tests/screenshots/
smd-tests/*.png
test/smd-tests/*.png

# Baseline is mostly URL counts but can leak which accounts you tested
smd-tests/baseline.json
test/smd-tests/baseline.json

# ---- Python ----
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# ---- Environment ----
.env
.env.*
!.env.example

# ---- Editor / OS ----
.vscode/
.idea/
.DS_Store
Thumbs.db
