# Secrets — NEVER commit
.env
.env.*
!.env.example
*.key
credentials.json

# Internal / operational notes — NEVER commit to the public repo.
# Strategic content (launch playbook, marketing targets, business plans,
# pricing strategy, internal decisions) lives in OSS/_internal/ at the
# parent directory and is intentionally outside this repo.
NEXT_ACTIONS.ja.md
NEXT_ACTIONS.md
PUBLISH.md
PUBLISH.ja.md
_internal/

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

# Praxia local state (per-user memory & skills)
.praxia/
*.praxia-cache/
memory_store/
skills_local/

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
Thumbs.db
