dockerfile

This commit is contained in:
Ben Cherry
2025-08-12 21:42:00 -07:00
parent 83c1eb0069
commit 5a7c9c73d6
2 changed files with 64 additions and 70 deletions
+41 -13
View File
@@ -1,20 +1,48 @@
*.egg-info
__pycache__
.pytest_cache
.ruff_cache
.env
.env.*
.DS_Store
.idea
.venv
.vscode
*.pyc
# Python bytecode and artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
# Virtual environments
.venv/
venv/
# Caches and test output
.cache/
.pytest_cache/
.ruff_cache/
coverage/
# Logs and temp files
*.log
*.gz
*.tgz
.tmp
.cache
# Environment variables
.env
.env.*
# VCS, editor, OS
.git
.gitignore
.gitattributes
.github/
.idea/
.vscode/
.DS_Store
# Project docs and misc
README.md
LICENSE
.github
tests/
# Project tests
test/
tests/
eval/
evals/