# Python
__pycache__/
*.py[oc]
*.egg-info
build/
wheels/

# Environments
.venv
.env

# Tools
.hypothesis
.ruff_cache
.pytest_cache
.coverage
*.db
*.db-shm
*.db-wal

# Archive — old experiments, kept locally, not shipped
archive/

# Build artifacts
dist/

# IDE / OS
.DS_Store
.claude
.data
.emergent
research

# Project-specific transient
.deployme.Dockerfile
_sematest
_semman_test
examples/tictactoe/data/

# mmkr is a separate project, not part of emergent
mmkr
