.gitignore
.python-version
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
src/copychat/__init__.py
src/copychat/_version.py
src/copychat/cli.py
src/copychat/core.py
src/copychat/format.py
src/copychat/patterns.py
src/copychat/sources.py
src/copychat.egg-info/PKG-INFO
src/copychat.egg-info/SOURCES.txt
src/copychat.egg-info/dependency_links.txt
src/copychat.egg-info/entry_points.txt
src/copychat.egg-info/requires.txt
src/copychat.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_core.py
tests/test_format.py
tests/test_integration.py
tests/test_patterns.py
tests/test_sources.py
tests/data/test1.txt
tests/data/test2.md
tests/fixtures/.gitignore
tests/fixtures/__init__.py
tests/fixtures/config/settings.yml
tests/fixtures/db/schema.sql
tests/fixtures/docs/README.md
tests/fixtures/src/app.js
tests/fixtures/src/main.py
tests/fixtures/src/types.ts
tests/fixtures/src/styles/main.css
tests/fixtures/src/utils/helpers.py