# 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
coverage*.json
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.mypy_cache/

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

# Node
node_modules/
typings/
docs-site/.docusaurus/

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

# Project specific
*.db
*.db-shm
*.db-wal
*.db-journal
elo_snapshot.json
**/elo_snapshot.json
agora_memory.db
debates.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Local config
.env.local
config.local.yaml
.DS_Store

# Local drafts / scratch
drafts/

# Local exports / generated artifacts
exports/

# Claude-mem context files
aragora/**/CLAUDE.md
scripts/CLAUDE.md

# Generated Claude context files (avoid committing new ones)
**/CLAUDE.md
!/CLAUDE.md

# Environment files (security - never commit secrets)
**/.env
**/.env.local
**/.env.production
**/.env.*
**/.env.*.local
!**/.env.example
!**/.env.local.example
!**/.env.template

# Live dashboard
aragora/live/node_modules/
aragora/live/.next/
aragora/live/out/
aragora/live/docs/
tsconfig.tsbuildinfo
.env.production

# Playwright E2E tests
aragora/live/playwright-report/
aragora/live/playwright-report-production/
aragora/live/test-results/
aragora/live/playwright/.cache/

# Test caches
.test_cache/
.benchmarks/

# Nomic loop state (runtime artifacts, not needed in git)
# All .nomic state should be excluded - keep only schema/config templates
.nomic/audit_logs/
.nomic/backups/
.nomic/checkpoints/
.nomic/eval/
.nomic/replays/
.nomic/sessions/
.nomic/sync_state/
.nomic/visualizations/
.nomic/*.db
.nomic/*.db-journal
.nomic/*.db-wal
.nomic/*.db-shm
.nomic/*.json
.nomic/*.jsonl
.nomic/*.md
.nomic/*.pid
.nomic/*_transcript*
.nomic/context/*.tsv
.nomic/rlm/*.txt
.nomic/rlm/*.json

# Web cache
.web_cache/

# Local backups
backups/
:memory:

# Runtime artifacts (nomic loop state directories)
.nomic/epic_strategic_debate/
.nomic/strategic_debate/
.nomic/eval/

# Convoy runtime state
.convoys/

# Screenshots (dev/testing artifacts)
FireShot*.png
Screenshot*.png
*.screenshot.png
output/
.mypy_cache/
typings/

# Investor documents (sensitive business documents)
docs/investor/
:memory:-shm
:memory:-wal

# Comparison projects (external references)
.comparison/
# Local config
.python-version
.claude/
.checkpoints/

# Bead tracking data (has its own git repo)
.beads/
.aragora_beads/
**/.aragora_beads/

# Build tool caches
.ruff_cache/
.grok/

# Approval testing artifacts
.approvals/

# Local data directories (runtime artifacts)
data/
consolidated/
docs/openapi_generated.json
.testfixer/
.tmp/
