# Environment
.env
.env.local
scripts/push.sh

# Run logs and runtime state
runs.jsonl

# SQLite databases (auto-created at runtime)
*.db
*.db-shm
*.db-wal

# Node.js
node_modules/

# Frontend build output
frontend/dist/
frontend/.vite/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# IDE / OS
.vscode/
.idea/
.claude/settings.local.json
.claude/scheduled_tasks.lock
*.swp
*.swo
.DS_Store
Thumbs.db

# Scratch / test files
test.py
scripts/release_publish_local.sh

# Local design / debug screenshots — never commit these to the repo root
/*.png
/.playwright-mcp/

# Local eval workspace
/aztea-eval/

# Tool caches (user-local; never committed)
.qwen/
.agents/
.superpowers/
skills/
skills-lock.json
.mypy_cache/
.pytest_cache/
.release-venv/
core/runs.jsonl
