# Vendored Field 3.0 engine — populated at wheel build time per D11 Stage 1.
# Source of truth lives at the monorepo level. Never commit the vendored copy.
src/atlaso/_engine/

# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
*.whl

# Test/coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Virtualenvs / tooling
.venv/
.env
