cortex-main/
demo/

# ===== Python =====
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
*.so

# Virtual environments
.venv/
venv/
env/
.env.local
.env.*.local

# ===== OS / IDE =====
.DS_Store
Thumbs.db
.idea/
*.swp
*.swo
*~
.vscode/settings.json

# ===== Node / Frontend =====
node_modules/
frontend/dist/
frontend/.next/
frontend/build/
frontend/.turbo/
# QA screenshots are process artifacts; attach them to issues/PRs instead.
frontend/qa-screenshots*/

# ===== Docker =====
docker-compose.override.yml

# ===== Environment =====
.env
.env.production
.env.staging
.deploy/

# ===== Logs =====
*.log
logs/

# ===== Temporal =====
temporalio/

# ===== Alembic =====
# Keep alembic migrations in version control, but ignore local config
# alembic.ini is project-level and should be committed

# ===== Var =====
backend/var/

# ===== TMP =====
.tmp/

*.backup