# Claude Code
.claude/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Testing
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

# Virtual environments
venv/
.venv/
env/
ENV/
.env.backup

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

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

# Environment variables
.env
.env.local

# LinkedIn drafts (local storage)
.linkedin_drafts/

# OS
.DS_Store
Thumbs.db

# artifacts
artifacts/
