/ .dockerignore
.dockerignore
 1  # Local context
 2  _docs/
 3  _refs/
 4  .claude/
 5  
 6  # Git
 7  .git/
 8  .gitignore
 9  
10  # Environment files and secrets
11  .env*
12  credentials.json
13  
14  # Documentation
15  *.md
16  docs/
17  
18  # Python
19  __pycache__/
20  *.pyc
21  .venv/
22  
23  # OS
24  .DS_Store