dockerfile updates (#56)
This commit is contained in:
+30
-5
@@ -1,3 +1,9 @@
|
||||
# Project tests
|
||||
test/
|
||||
tests/
|
||||
eval/
|
||||
evals/
|
||||
|
||||
# Python bytecode and artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
@@ -39,10 +45,29 @@ coverage/
|
||||
|
||||
# Project docs and misc
|
||||
README.md
|
||||
CONTRIBUTING.md
|
||||
LICENSE
|
||||
|
||||
# Project tests
|
||||
test/
|
||||
tests/
|
||||
eval/
|
||||
evals/
|
||||
# Coding agent files
|
||||
.claude/
|
||||
.codex/
|
||||
.cursor/
|
||||
.windsurf/
|
||||
.gemini/
|
||||
.cline/
|
||||
.clinerules
|
||||
.clinerules/
|
||||
.aider*
|
||||
.cursorrules
|
||||
.cursorignore
|
||||
.cursorindexingignore
|
||||
.clineignore
|
||||
.codeiumignore
|
||||
.geminiignore
|
||||
.windsurfrules
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
GEMINI.md
|
||||
.github/copilot-instructions.md
|
||||
.github/personal-instructions.md
|
||||
.github/instructions/
|
||||
|
||||
Reference in New Issue
Block a user