--- Secrets ---

Never commit your API keys or environment files.

.env
.env*
firestore-key.json

--- Python ---

Bytecode and cache

__pycache__/
*.pyc
*.pyo
*.pyd

--- Poetry ---

The virtual environment

.venv/

Build artifacts (THIS IS THE FIX)

dist/

--- IDE / OS Specific ---

macOS

.DS_Store

VSCode

.vscode/

PyCharm / IntelliJ

.idea/

--- Testing ---

.pytest_cache/
coverage.xml
htmlcov/

# Ignore agent audit logs
lar_logs/
test_logs/
custom_test_logs/
reasoning_logs/
clinical_audit_logs/
financial_audit_logs/
hmac_compliance_logs/

# Ignore test scripts
test_v1_*.py

site/
enterprise_audit/
audit/

# --- Runtime log directories (all variants) ---
lar_logs/
advanced_logs/
shared_logs/
infrastructure_logs/
sample_outputs_hmac/

# --- Runtime data files ---
*.jsonl
dreams.json
long_term_insights.json
chroma_db/
vector_store*/
lab_reports/

# --- Runtime binary artifacts ---
*.pkl
*.idx
*.bin
*.pth

# --- Generated agent outputs ---
compliance_manifest.json
generated_code_output.txt
lar_time_machine.json
*stacktrace*
