# ---- Plan documents (private) ----
SocialSciKit_DevPlan_v3.md
SocialSciKit_Overview.docx

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

# ---- Virtual environments ----
venv/
.venv/
env/

# ---- IDE / Editor ----
.vscode/
.idea/
*.swp
*.swo
*~

# ---- OS ----
.DS_Store
Thumbs.db

# ---- Testing / Cache ----
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# ---- Claude ----
.claude/

# ---- Misc ----
*.log
