# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Somnium local data (when dev-testing inside the repo)
# Memories are auto-generated by the dream agent during dev sessions —
# they're useful for our local Claude Code workflow but not appropriate
# to ship in a public repo.
.claude/somnium/memory/
.claude/somnium/*.duckdb
.claude/somnium/*.duckdb.wal
scratch/

# Secrets
.env
.env.local
