# Dependencies
node_modules/

# Build output
dist/
dev-dist/

# SQLite WASM (copied from node_modules at build time)
public/sqlite3.wasm
public/sqlite3-opfs-async-proxy.js

# Python venv
tests/.venv/
__pycache__/
.pytest_cache/

# Logs
*.log

# Editor
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# temp files
tmp/

# Hugo build output
website/public/
website/resources/
