# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Node / TypeScript
node_modules/
typescript/dist/
*.tsbuildinfo
coverage/

# OS / editor
.DS_Store
.idea/
.vscode/

# Compiled command binaries. `go build` in a cmd/ directory drops the binary beside its source,
# and one was committed at 8.7MB before this existed — git keeps it forever, so the ignore matters
# more than the deletion.
/go/cmd/*/[a-z]*
!/go/cmd/*/*.go
!/go/cmd/*/*.md
