# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.whl
.eggs/
dist/
build/

# Virtual environments
venv/
.venv/

# Databases (user data)
*.db
*.sqlite3

# Logs
*.log

# Environment files
.env

# macOS
.DS_Store

# Testing / Coverage
.hypothesis/
.pytest_cache/
_playwright/
.coverage
htmlcov/
coverage.xml

# Node
node_modules/

# IDE
.idea/
.vscode/

# MCP config (contains user-specific paths)
.mcp.json

# Internal docs and experiments (not for public repo)
internal/

# Claude Code settings (user-specific hooks and config)
.claude/
