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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Editors
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# FunBrowser-specific
# Profiles created by browser launches during local development
profiles/
*.profile/
# Example artifacts
example.png
examples/*.png
session.json
examples/session.json
# Secrets: never commit API keys
.env
.env.local
