*~
*.pyc
*.swp
.sass-cache
.vscode/*
!.vscode/launch.json
*oauth2.data
.fcm_server_key
*.iml
.idea/*
bulkloader-*
cookie
lib

# env variables file
env_vars.yaml

# Dependency directories
node_modules

# Generated files
static/css/
static/dist/

# OS files
*.DS_Store

# Test coverage tool
.coverage
htmlcov

# Web test runner coverage report
coverage

# venv directory
cs-env

# playwright
test-results/
/playwright-report/
/playwright/.cache/

# API Key for local development
ot_api_key.txt
gemini_api_key.txt
github_token.txt

# Typescript incremental build
tsconfig.tsbuildinfo

# rollup cache
.rollup.cache/

# build output
build/

# Temporary
packages/playwright/playwright.config.ts
.devcontainer/devcontainer-lock.json
