# Defense in depth — "files" in package.json is the source of truth.
# We still ignore common junk so local packs are clean.

# Build artifacts we don't want to accidentally include
release/
dist/assets/
dist/index.html
dist/server.cjs
*.tsbuildinfo

# Development / repo noise
src/
test/
tests/
scripts/
.github/
*.md
!README.md
!LICENSE
node_modules/
pnpm-lock.yaml
pnpm-workspace.yaml
docker-compose.yml
Dockerfile
electron/
.vscode/
.idea/
*.log
.env*
*.tgz

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.venv/
venv/
*.egg-info/
dist/   # for python build, we use python -m build separately

# Misc
.DS_Store
Thumbs.db
