# Node and Astro
/node_modules/
/dist/
/.astro/
/.env
/.env.*
!.env.example

# All reproducible exports and migration artifacts
/generated/

# Python
__pycache__/
*.py[cod]
/.venv/
/venv/

# Editors and operating systems
/.vscode/
/.idea/
.DS_Store
Thumbs.db
*.swp
*~

# Logs and test output
*.log
/coverage/

# Local UI reference captures
/ui-reference*.html
/ui-reference*_files/
/ui-reference*.png

# Local application databases and SQLite sidecars
/var/*.sqlite
/var/*.sqlite-shm
/var/*.sqlite-wal
