# Git and CI
.git/
.github/
.gitignore

# Development and IDE
.venv/
.vscode/
.idea/
.history/
.worktrees/
.omc/
.claude/
.pytest_cache/
__pycache__/

# Tests (not needed in image)
tests/

# Generated output (user-specific)
compose/
config.yaml
config.test.yaml

# Build artifacts
dist/
build/
*.egg-info/

# Documentation (not needed in image)
*.md
!README.md
LICENSE
