# Docker ignore file for kb_server

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
build/

# Virtual environments
venv/
env/
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Local data (will be created fresh in container)
data/

# Git
.git/
.gitignore

# Docker
Dockerfile
docker-compose.yml
.dockerignore
