# Keep the build context small and reproducible.
**/node_modules
**/dist
**/build
**/.venv
**/__pycache__
**/*.pyc
**/data
*.sqlite
*.db
.git
.gitea
.github
.env
.env.*
*.log
.DS_Store
