# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Testing & coverage
.cache/
.pytest_cache/
.coverage
coverage.json
coverage.xml
htmlcov/
test-results/
characterization_report.json

# Linting
.ruff_cache/

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store

# Credentials
.env

# uv / pyenv
.python-version

# Worktrees
.worktrees/

# Runtime artifacts from background loops (not committed)
.cortical2/
.tessera/
.ppl/

# Logs
*.log
.agent-context/

# Fitness trend data (generated by scripts/fitness_trend.py)
fitness_trend.jsonl

# Autonomous daemon runtime state (regenerable)
status/
.playwright-mcp/

# Beta signup data (runtime, not committed)
data/

# Node (constellation-ui build tooling)
node_modules/
.titan_state.json

# Agent coordination (ephemeral lock/handoff files)
.claude/coordination/

# Sibling organ repos (local dev convenience, not submodules)
organs/
.hypothesis/
worktrees/

# Archived pre-pivot docs — history preserved in git merge commits
.archive/
