# Generated by `osprey build` alongside the reference Dockerfile.
# Keeps secrets and host-specific state out of the container image.

# Secrets — must never enter the image (pass at runtime: --env-file .env)
.env

# Host-specific / regenerable
.venv
.git
_agent_data/
__pycache__/
*.py[cod]
.pytest_cache/
*.log
*.pid
.DS_Store

# Personal (non-shared) Claude Code settings
.claude/settings.local.json
CLAUDE.local.md

# The image doesn't need its own build recipe
Dockerfile
.dockerignore
