# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
test-results.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.pytest-tmp-run/
coverage/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Dev Containers
# `devcontainer-lock.json` is auto-generated by the Dev Containers CLI / VS
# Code extension when Features resolve at container-up time. Feature digests
# are already explicitly pinned in `.devcontainer/devcontainer.json` (each
# Feature is referenced by `…@sha256:…`), so the lock file is redundant —
# it would just track per-contributor resolution timestamps and create
# noisy untracked diffs after every rebuild. Don't commit it.
.devcontainer/devcontainer-lock.json

# Codex
.codex

# Claude Code
CLAUDE.md
.claude

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# SQLite databases
*.sqlite
*.sqlite3
*.db

# CSV outputs (generated, not committed)
csv_output/
*.csv

# Azure DevOps extension
*.vsix
.taskkey
node_modules/

# Caches that pnpm/Node may write to the project root when running inside
# a dev container with bind-mounted source + volume-mounted node_modules
# (different filesystems → pnpm/Node sometimes spill these onto the bind
# mount). Suppress so they never appear as untracked changes.
.pnpm-store/
node-compile-cache/

# OS files
.DS_Store
Thumbs.db

# Secrets (never commit)
*.pem
*.key
secrets.yaml
secrets.yml
.env.local

# Repo-owned pytest/coverage runtime directory (see pyproject.toml)
.tmp/

debug_extraction.py
test_artifacts
**/tmp/
**/_tmp_*
tmp_test_work/
tmp_playwright_smoke/

# Playwright smoke test artifacts (local, uploaded in CI)
extension/test-artifacts/
extension/playwright-report/
extension/test-output.txt
**/run_artifacts/
# Compiled scripts
scripts/dist/
artifacts/demo-enterprise/

# VSIX packaging output artifacts
extension/[0-9]*

.claude/settings.local.json

# Speckit planning specs — retired from active tree on 2026-05-04
# (tag: pre-specs-retirement-2026-05-04). See docs/specs-retirement.md.
specs/
