Skip to content

chore: .gitignore, .editorconfig, .dockerignore#31

Merged
constk merged 1 commit into
developfrom
feat/5-ignore-editor-configs
Apr 26, 2026
Merged

chore: .gitignore, .editorconfig, .dockerignore#31
constk merged 1 commit into
developfrom
feat/5-ignore-editor-configs

Conversation

@constk
Copy link
Copy Markdown
Owner

@constk constk commented Apr 26, 2026

Summary

  • Port .gitignore from Teller, anchored Python build dirs (/lib/, /dist/, /build/), strip Teller-specific lines.
  • Add .editorconfig (LF/UTF-8 baseline; 4-space Python, 2-space JS/TS/YAML/Markdown, tab Makefile).
  • Add .dockerignore excluding repo policy, dev tooling, tests, docs, eval, and node_modules from the image build context.

Closes #5.

Test plan

  • .gitignore contains anchored /lib/, /dist/, /build/, __pycache__/, .venv/, node_modules/, .coverage
  • .editorconfig covers Python, JS/TS, YAML, Markdown
  • .dockerignore excludes .git/, tests/, docs/, eval/, node_modules/

🤖 Generated with Claude Code

Port .gitignore from Teller (Python-template patterns with anchored /lib/, /dist/,
/build/ so frontend subtrees aren't swallowed). Strip Teller-specific lines.
Add .editorconfig (LF, UTF-8, 4-space Python, 2-space JS/TS/YAML/Markdown).
Add .dockerignore excluding .git/, .github/, .claude/, tests/, docs/, eval/,
node_modules/ from the build context.

Closes #5

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@constk constk merged commit 6ccac57 into develop Apr 26, 2026
@constk constk deleted the feat/5-ignore-editor-configs branch April 26, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant