__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
.test_runtime/
.test_tmp/
.qa_runtime_*/
.smoke_*/
.diag_apptest/

# Local configuration and credentials
.env
.env.*
!.env.example
.streamlit/secrets.toml
*.pem
*.key
*.p12
*.pfx

# Runtime data and generated artifacts
data/
assets/
backups/
raw/
output/
.gstack/
.marketing_kb_initialized
.marketing_kb.lock

# Local Codex operating knowledge (not application source)
AGENTS.md
md/

# OS metadata
.DS_Store
Thumbs.db
