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

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

# pytest
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# untell.ai specific
.untell/
output/
*.profile.json
*.events.json
*.viz.html
*.viz.png

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

# Secrets
.env.local
.env.*.local
client_secret*.json
google_token.json

# Personal data
my_*.json
events.json
profile.json
*.profile.json
*.events.json
insights.html
viz_*.html
untell_viz.*
untell_web_screenshot.png
emotional_tab_screenshot.png

# Other projects (worktree artifacts)
cognitive-bridge/
hnmcp/

# Node (youtubei.js etc)
node_modules/
package.json
package-lock.json
my_profile.md
*.html
!src/**/*.html
