# Fern ignore file - prevents Fern from deleting custom/manual code
# Add paths relative to the output directory that should not be deleted during generation

# Protect manually-coded library directories
lib/
lib/**

# Protect integration tests
tests/
tests/**

# Protect packaging manifest (Fern's local-file-system output does
# not generate a pyproject.toml)
pyproject.toml
