# Dependencies
node_modules/

# Build output
dist/
build/
src/web/dist/
*.tsbuildinfo
**/.build/
.astro/
.next/
.open-next/
**/.open-next/
.source/
.wrangler/
**/.wrangler/

# Local environment and secrets
.env
.env.*
!.env.example
!.env.*.example

# Logs and runtime state
*.log
logs/
tmp/
temp/

# Python caches and virtual environments
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
*.egg-info/

# OS/editor noise
.DS_Store
.idea/
.vscode/
*.swp
*.swo
