# Docker ignore file for KMIP server

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Test outputs
*.log
*.db

# Documentation (we include README_DOCKER.md explicitly if needed)
*.md
!README_DOCKER.md

# Git
.git/
.gitignore
