# --- Internal build/orchestration notes (never published) ---
_briefs/

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Virtual environments ---
.venv/
venv/
env/
ENV/
.python-version

# --- Testing / coverage ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.tox/
.nox/

# --- Type checkers / linters ---
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# --- Secrets / local config ---
.env
.env.*
!.env.example
*.pem
*.key
secrets.yaml
secrets.yml

# --- IDE / editor ---
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# --- GlobWarden runtime artifacts ---
# Local scan output/cache, if a future version writes any:
.globwarden_cache/
*.globwarden.json

# --- Jupyter (if used for prompt experiments) ---
.ipynb_checkpoints/

# --- OS cruft ---
Thumbs.db
