Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.git
.github
.pytest_cache
__pycache__
*.py[cod]
*.pyo
*.pyd
*.egg-info
.eggs
build
dist
.coverage
htmlcov
.mypy_cache
.tox
.venv
venv

# Local runtime state and secrets should not affect Docker build cache.
.env
.env.*
*.db
*.sqlite
*.sqlite3
claude_projects
claude_sessions
workspace
config
claude-config

# Not needed in the runtime image.
tests
docs
assets
Loading