# The SQLite database (plus its WAL sidecars) — boards, password hash and
# session secret all live here. Never commit it.
/data/
*.db
*.db-wal
*.db-shm

# bundler, if you use it
/.bundle/
/vendor/bundle/
Gemfile.lock
