# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
.eggs/
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Node
node_modules/
sdks/typescript/dist/
# Lockfiles are ignored by default, but the TS SDK commits its lockfile so CI
# can use the reproducible `npm ci` install.
package-lock.json
!sdks/typescript/package-lock.json

# Innate runtime
*.db
*.db-journal
*.db-wal
*.db-shm
~/.innate/
