# Claude Code local private config (skills travel with the project; not ignored)
.claude/settings.local.json
.claude/*.local.*
.claude/worktrees/

# Live-test secrets (never committed)
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.import_linter_cache/
.tox/
htmlcov/
.coverage
.coverage.*
dist/
build/
site/
*.egg
node_modules/

# VitePress
docs/.vitepress/cache/
docs/.vitepress/dist/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Local demo / scratch artifacts
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.tmp.xml
*.tmp

# Local host config that may hold an api_key — ignored so a local copy can
# never be committed.
/noeta.config.json
