.git/
.github/
.venv/
.vscode/
.idea/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/
dist/
build/
node_modules/
*.log
.env
.env.*
.DS_Store
Thumbs.db
specs/
docs/
tests/
*.md
!README.md
!packaging/container/README.md
