# Paths to include in the public repo (one per line).
# Lines starting with # are comments. Blank lines are ignored.
# Add a path here to make it public. Remove it to keep it private.

# Application code
src/cli.py
src/entrypoint.py
src/shims/
src/__init__.py
src/flake.nix
src/flake.lock

# Tests
tests/

# Build configuration
pyproject.toml
Justfile
flake.nix
flake.lock
mise.toml
uv.lock
.gitignore
.python-version

# Public documentation
docs/config-safety.md
docs/storage-and-config.md
docs/USER_GUIDE.md

# Community & governance
README.md
LICENSE
NOTICE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md

# GitHub templates & CI
.github/

# Scripts (public utilities only)
scripts/public-files.txt
