# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
ENV/

# IDEs
.idea/
.vscode/
.history/
.windsurf/

# Coverage
.coverage
htmlcov/

# Durable Streams temporary/test data
/tmp/
.durable-streams/
django_rakaia_dev.db
db.sqlite3

# Collected static files (chat sample → WhiteNoise)
examples/chat/staticfiles/

# Zensical build output
/site/
.zensical-cache/

# Conformance harness (JS deps + run logs)
conformance/node_modules/
conformance/conformance-results.json
conformance-results.log
conformance-server.log

# Agent worktrees — transient checkouts, never part of the tree
.claude/worktrees/
