# 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/

# 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

# 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/
tsconfig.tsbuildinfo
.env.production

# Playwright E2E tests
aragora/live/playwright-report/
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/backups/
.nomic/checkpoints/
.nomic/replays/
.nomic/sessions/
.nomic/visualizations/
.nomic/*.db
.nomic/*.db-journal
.nomic/*.db-wal
.nomic/*.db-shm
.nomic/*.json
.nomic/*.jsonl
.nomic/*.md
.nomic/*_transcript*

# Web cache
.web_cache/

# Local backups
backups/
:memory:

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

# 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/
