# Node
node_modules/
dist/
build/
out/
.turbo/
*.tsbuildinfo

# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Corpus + schema bundled into packages at build time (copies of cards/ + schema/)
sdk-py/artano_lemma/_corpus/
sdk-py/artano_lemma/_schema/

# Env / secrets
.env
.env.*
!.env.example

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Logs
*.log
