# Local config — holds the registry hostname and the shared password.
.env

# Build output
/foodster

# The tag `make image` last built, handed to `make push`.
/.release-tag

# Generated by `templ generate` during the container build.
*_templ.go

# The database and its SQLite companions.
/data/
*.db
*.db-shm
*.db-wal
