# .git is excluded to keep the build context lean, so hatch-vcs cannot derive a version here.
# The workflow resolves it from tags and passes --build-arg ANTON_VERSION instead (ENG-1796).
.git
.venv
**/__pycache__
**/*.pyc
**/*.pyo
dist
build
*.egg-info
.pytest_cache
.ruff_cache
.mypy_cache
docs
