# Keep Docker build context small — only pyproject.toml, ilum.spec, README.md,
# and src/ are needed inside the container.

build/
dist/
tests/
docs/
.git/
.github/
.ruff_cache/
.pytest_cache/
.mypy_cache/
__pycache__/
**/__pycache__/
*.egg-info/
**/*.egg-info/
*.pyc
.venv/
.env
docker/
installer/
Makefile
CHANGELOG.md
UPGRADE_NOTES.md
LICENSE
