diff --git a/.gitignore b/.gitignore index 5a61e45..c7806c7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ result/**/* # ignore (possible) sound files **/*.{mp3,wav} + + +CLAUDE.md +.claude diff --git a/Cargo.toml b/Cargo.toml index 6b7133d..81eb1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,14 @@ readme = "README.md" license = "MIT" keywords = ["tui", "timer", "countdown", "pomodoro"] categories = ["command-line-utilities"] -exclude = [".github/*", "demo/*.tape", "result/*", "*.mp3"] +exclude = [ + ".github/*", + "demo/*.tape", + "result/*", + "*.mp3", + ".claude", + "CLAUDE.md", +] [dependencies] ratatui = "0.29.0"