# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
ENV/
env/

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

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.hypothesis/

# Project specific
/test_*.py
scan-*.md
optimization-*.md
*.jsonl
*.log

# Cache
.cache/
~/.cache/claudealytics/

# Sensitive data
**/execution-logs/
**/projects/
**/stats-cache.json

# Local development
.env
.env.local
secrets.json
credentials.json
portless.json

# Generated reports
docs/conversation-data-report.html

# Exploration artifacts
*-playground.html
