# Ignore local and OS files that should not be sent to the Docker build context

# Python virtual environments and caches
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/

# Git
.git/
.gitignore

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

# OS
.DS_Store

# Tests output and local artifacts
*.log
specifications/
