# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json
*.suo
*.user
*.userossc
*.sln.docstates
*.swp
*.swo

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Environment / local config
.env
.env.*
*.local

# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.so
.Python
.python-version
.venv/
venv/
env/
ENV/
pip-wheel-metadata/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
build/
site/
dist/
*.egg-info/
.eggs/

# Node / frontend
node_modules/
.npm/
.pnpm-store/
.yarn/
.turbo/
.parcel-cache/
.next/
.nuxt/
.svelte-kit/
coverage/
dist-ssr/
vite.svg
*.tsbuildinfo

# Runtime data
data/projects/
data/runtime/
!data/.gitkeep

# Claude Code local configuration
.claude/
