# --- OS / editor ---
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
*.code-workspace

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# --- Node / npm ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
coverage/
*.tsbuildinfo
.next/
out/

# --- Generated / build artifacts ---
# Compiled target-package artifacts (e.g.
# packages/python/src/numberwords/_mizo.py) are generated from the spec but are
# checked in on purpose (#20), so installing a package never needs PyYAML. A CI
# step regenerates them and fails on any difference. Only throwaway build
# output belongs below.
/generated/
*.local

# --- Secrets / env ---
.env
.env.*
!.env.example
