*.code-workspace

# Python
__pycache__/
*.py[cod]

# hatch-vcs build-time version file (generated, never committed)
src/asgimachine/_version.py
.venv/
build/
dist/
*.egg-info/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
site/
