Skip to content

Commit a7d0e71

Browse files
nanotaboadaclaude
andcommitted
chore(docker): update .dockerignore with AI tooling files (#554)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6721366 commit a7d0e71

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.claude/commands/pre-commit.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Run the pre-commit checklist for this project:
1010
2. Run `uv run flake8 .` — must pass.
1111
3. Run `uv run black --check .` — must pass (run `uv run black .` to auto-fix).
1212
4. Run `uv run pytest --cov=./ --cov-report=term --cov-fail-under=80` — all tests must pass, coverage must be ≥80%.
13-
5. If `coderabbit` CLI is installed, run `coderabbit review --type uncommitted --prompt-only`:
13+
5. If Docker is running, run `docker compose build` — must succeed with no
14+
errors. Skip this step with a note if Docker Desktop is not running.
15+
6. If `coderabbit` CLI is installed, run `coderabbit review --type uncommitted --prompt-only`:
1416
- If actionable/serious findings are reported, stop and address them before proposing the commit.
1517
- If only nitpick-level findings, report them and continue to the commit proposal.
1618
- If `coderabbit` is not installed, skip this step with a note.
1719

18-
Run steps 1–4, report the results clearly, then run step 5 (CodeRabbit review) if available, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.
20+
Run steps 1–5, report the results clearly, then run step 6 (CodeRabbit review) if available, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,23 @@
66
.vscode/
77
htmlcov/
88
postman-collections/
9+
.claude/
10+
CLAUDE.md
911
.codacy.yml
12+
.coderabbit.yaml
1013
.coverage
1114
.coveragerc
1215
.flake8
1316
.gitignore
1417
.pylintrc
18+
CHANGELOG.md
1519
CODE_OF_CONDUCT.md
1620
codecov.yml
1721
commitlint.config.mjs
1822
CONTRIBUTING.md
1923
coverage.xml
2024
LICENSE
25+
.sonarcloud.properties
2126
/tests/
2227
__pycache__/
2328
*.pyc

0 commit comments

Comments
 (0)