# OS
.DS_Store
Thumbs.db

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

# Python (cli/)
/cli/.venv/
/cli/*.egg-info/
/cli/src/*.egg-info/
__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/

# Backend
/backend/server

# Secrets / env
.env
.env.local
.env.*.local
*.pem
*.key

# Claude Code / AI tooling
.claude/
.cursor/
.playwright-mcp/
.superset/

# Node (web/)
node_modules/
.next/
dist/
build/

# Logs
*.log
